footer {
    background-color: #0c282d;
    color: rgb(255, 255, 255);
    --fontColor: #fff;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: #000;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 0%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
    --greyColor: hsla(var(--fontColor_H), var(--fontColor_S), calc(var(--fontColor_L) + (50% - var(--fontColor_L)) * 0.445), var(--fontColor_A));
}

footer .redesign .inp--dark-bg input {
    color: var(--fontColor);
    border-color: hsla(var(--fontColor_H), var(--fontColor_S), calc(var(--fontColor_L) + (50% - var(--fontColor_L)) * 0.445), var(--fontColor_A));
}

footer .redesign .inp--dark-bg input:hover {
    border-color: var(--fontColor);
}

footer .redesign .btn--primary-light {
    border-color: var(--fontColor);
    color: var(--fontColor);
}

footer .redesign .btn--primary-light:hover {
    background-color: var(--fontColor);
    color: var(--bgColor);
}

footer.is-background-color-light .redesign .btn--primary-light {
    border-width: 1px;
}

footer .redesign .socials--grey {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

footer .redesign .socials--grey .socials__link {
    background-color: hsla(var(--bgColor_H), var(--bgColor_S), calc(var(--bgColor_L) + (50% - var(--bgColor_L)) * 0.15), var(--bgColor_A));
    color: var(--greyColor);
}

footer .redesign .socials--grey .socials__link svg {
    fill: var(--greyColor);
}

footer .redesign .socials--grey .socials__link:hover {
    background-color: hsla(var(--bgColor_H), var(--bgColor_S), calc(var(--bgColor_L) + (50% - var(--bgColor_L)) * 0.4), var(--bgColor_A));
    color: var(--fontColor);
}

footer .redesign .socials--grey .socials__link:hover svg {
    fill: var(--fontColor);
}

footer .redesign.footer .grey-text {
    color: rgb(199, 199, 199);
    letter-spacing: 0px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 500;
}

footer .footer {
    position: relative;
    padding-top: 46px;
    padding-bottom: 24px;
}

@media (max-width: 560px) {
    footer .footer {
        padding-top: 10px;
    }
}

@media (max-width: 500px) {
    footer .footer {
        padding-bottom: 10px;
    }
}

footer .footer .text_content_wrap p {
    margin-bottom: 15px;
}

footer .footer .text_content_wrap p:last-of-type {
    margin-bottom: 0px;
}

footer .footer .container {
    /* max-width: 1200px; */
}

@media (max-width: 768px) {
    footer .footer .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 560px) {
    footer .footer .container {
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 20px;
    }
}

footer .footer h3 {
    margin: 0px 0px 15px;
}

footer .footer h5 {
    text-transform: capitalize;
}

footer .footer .info-wrap {
    /* margin-bottom: 40px; */
    /* display: flex; */
    flex-wrap: wrap;
}

footer .footer .info-wrap .agent_box {
    width: 70%;
}

@media (max-width: 1280px) {
    footer .footer .info-wrap .agent_box {
        width: 50%;
    }
}

@media (max-width: 768px) {
    footer .footer .info-wrap .agent_box {
        width: 100%;
    }
}

footer .footer .info-wrap .newsletter_box {
    width: 30%;
}

@media (max-width: 1280px) {
    footer .footer .info-wrap .newsletter_box {
        width: 50%;
    }
}

@media (max-width: 768px) {
    footer .footer .info-wrap .newsletter_box {
        width: 100%;
    }
}

footer .footer .info-wrap .newsletter_box--padding {
    padding-top: 44px;
}

@media (max-width: 768px) {
    footer .footer .info-wrap .newsletter_box--padding {
        padding-top: 0px;
    }
}

footer .footer .info-wrap .newsletter_box .contact_title {
    margin-bottom: 13px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    footer .footer .info-wrap .newsletter_box .info-wrap-contact_cell {
        margin-bottom: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    footer .footer .info-wrap .newsletter_box .icon_text {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 22px;
        position: relative;
    }

    footer .footer .info-wrap .newsletter_box .icon_text i {
        position: relative;
        width: 30px;
        margin-right: 20px;
    }

    footer .footer .info-wrap .newsletter_box .icon_text .contact_title {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    footer .footer .info-wrap .newsletter_box .info-wrap-contact_zone {
        margin-bottom: 0px;
    }
}

footer .footer .info-wrap-contact {
    position: relative;
}

footer .footer .info-wrap-contact_zone {
    display: flex;
    margin-bottom: 39px;
}

@media (max-width: 768px) {
    footer .footer .info-wrap-contact_zone {
        margin-bottom: 21px;
    }

    footer .footer .info-wrap-contact_zone:last-child {
        margin-bottom: 51px;
    }
}

footer .footer .info-wrap-contact_zone i {
    position: absolute;
    left: 0px;
    color: white;
    display: block;
}

footer .footer .info-wrap-contact_zone i svg path {
    fill: currentcolor;
}

footer .footer .info-wrap-contact_zone h4 {
    margin: 0px 0px 13px;
    width: 100%;
}

footer .footer .info-wrap-contact_cell {
    position: relative;
    padding-left: 50px;
    /* width: 400px; */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
}

@media (max-width: 1280px) {
    footer .footer .info-wrap-contact_cell:first-of-type {
        margin-bottom: 18px;
    }
}

footer .footer .info-wrap-contact_cell .contact_title {
    line-height: 1;
    color: white;
    /* margin-bottom: 5px; */
}

footer .footer .info-wrap-contact_link {
    color: var(--greyColor);
    position: relative;
}

@media (max-width: 560px) {
    footer .footer .info-wrap-contact_link {
        letter-spacing: 0px;
    }
}

footer .footer .hvr_animation {
    position: relative;
    text-decoration: none !important;
}

footer .footer .hvr_animation::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: var(--greyColor);
    transition: 0.3s linear;
}

footer .footer .hvr_animation:hover::after {
    width: 100%;
}

footer .footer .hvr_animation.underlined::after {
    width: 100%;
}

footer .footer .hvr_animation.underlined:hover::after {
    width: 0%;
}

footer .footer .form-content {
    padding: 0px !important;
}

footer .footer .form-content label {
    color: var(--fontColor);
    text-transform: none;
}

footer .footer .form-content input {
    padding: 2px 24px 2px 0px;
}

footer .footer .form-content .subscribe_btn {
    margin-top: 20px;
    position: relative;
}

footer .footer .form-content .subscribe_btn i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

footer .footer .form-content.success i {
    opacity: 1;
}

footer .footer .form-content.success .subscribe_btn span {
    opacity: 0;
}

footer .footer .form-content.success .hide {
    opacity: 0;
}

footer .footer .form-content.success .hide + span {
    opacity: 1;
}

footer .footer .text_footer {
    display: flex;
    width: 100%;
    margin-bottom: 39px;
}

@media (max-width: 1280px) {
    footer .footer .text_footer {
    }
}

@media (max-width: 560px) {
    footer .footer .text_footer {
        text-align: center;
    }
}

footer .footer .text_footer p {
    white-space: normal;
}

footer .footer .text_footer .images_box {
    margin-right: 43px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media (max-width: 560px) {
    footer .footer .text_footer .images_box {
    }
}

@media (max-width: 1280px) {
    footer .footer .text_footer .img_size {
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    footer .footer .text_footer .img_size {
        margin-bottom: 0px;
    }
}

footer .footer .text_footer .img_size img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footer .first_text_footer .img_size {
    width: 100%;
    height: 63px;
}

footer .footer .first_text_footer .img_size img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    footer .footer .first_text_footer {
        margin-bottom: 51px;
    }
}

footer .footer .second_text_footer .first_img_size {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

footer .footer .second_text_footer .second_img_size {
    width: 100px;
    height: 45px;
}

@media (max-width: 560px) {
    footer .footer .second_text_footer {
        margin-bottom: 21px;
    }


footer .footer .info-privacy {
    margin-bottom: 50px;
}


}

footer .footer .info-privacy {
    padding-top: 25px;
    padding-bottom: 0px;
    border-top: 1px solid hsla(var(--bgColor_H), var(--bgColor_S), calc(var(--bgColor_L) + (50% - var(--bgColor_L)) * 0.55), var(--bgColor_A));
}

@media (max-width: 768px) {
    footer .footer .info-privacy {
        padding-top: 0px;
        border-top: none;
    }
}

footer .footer .info-privacy__row {
    flex-wrap: wrap;
}

footer .footer .info-privacy .copy_zone {
    font-size: 15px;
    color: white;
    letter-spacing: 0.1px;
}

@media (min-width: 1350px) {
    footer .footer .info-privacy .copy_zone {
        text-align: center;
    }
}

@media (min-width: 1281px) {
    footer .footer .info-privacy .copy_zone {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 768px) {
    footer .footer .info-privacy .copy_zone {
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
        padding-top: 10px;
        border-top: 1px solid hsla(var(--bgColor_H), var(--bgColor_S), calc(var(--bgColor_L) + (50% - var(--bgColor_L)) * 0.55), var(--bgColor_A));
    }
}

footer .footer .info-privacy .copy_zone a {
    color: var(--greyColor);
}

footer .footer .info-privacy .powered_zone {
    font-size: 15px;
    letter-spacing: 0.1px;
}

@media (min-width: 1281px) {
    footer .footer .info-privacy .powered_zone {
        padding-top: 8px;
        color: white;
        float: inline-end;
        padding-bottom: 8px;
    }
}

@media (max-width: 1280px) {
    footer .footer .info-privacy .powered_zone {
        text-align: center;
        color: white;
    }
}

@media (max-width: 768px) {
    footer .footer .info-privacy .powered_zone {
        text-align: center;
        font-size: 14px;
        margin-bottom: 9px;
    }
}

footer .footer .info-privacy .powered_zone a {
    color: var(--greyColor);
}

@media (min-width: 1281px) {
    footer .footer .info-privacy .socials_zone {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1280px) {
    footer .footer .info-privacy .socials_zone {
        width: 100%;
        margin-top: 20px;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    footer .footer .info-privacy .socials_zone {
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    footer .footer .info-privacy .socials_zone li {
        padding: 0px 7px 10px;
    }
}

footer .footer.one_contact .type_user {
    margin-bottom: 73px;
}

@media (max-width: 768px) {
    footer .footer.one_contact .type_user {
        margin-bottom: 51px;
    }
}

footer .footer.no_newsletter h3 {
    margin-bottom: 46px;
}

footer .footer.no_newsletter .newsletter_box {
    display: none;
}

footer .footer.no_newsletter .info-wrap-contact {
    width: 100%;
    padding-left: 175px;
}

@media (max-width: 1200px) {
    footer .footer.no_newsletter .info-wrap-contact {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    footer .footer.no_newsletter .info-wrap-contact {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    footer .footer.no_newsletter .info-wrap-contact_cell {
        width: 50%;
    }
}

@media (max-width: 768px) {
    footer .footer.no_newsletter .info-wrap-contact_cell {
        width: 100%;
    }
}

footer .footer.no_newsletter .info-wrap-contact h4 {
    position: absolute;
    margin-top: 8px;
    left: 0px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 200px;
}

@media (max-width: 1200px) {
    footer .footer.no_newsletter .info-wrap-contact h4 {
        position: relative;
        left: auto;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    footer .footer.no_newsletter .info-wrap-contact h4 {
        position: relative;
        left: auto;
        max-width: 100%;
    }
}

footer .footer.no_newsletter .info-wrap-contact_zone:first-of-type {
    margin-bottom: 71px;
}

@media (max-width: 1200px) {
    footer .footer.no_newsletter .info-wrap-contact_zone:first-of-type {
        margin-bottom: 39px;
    }
}

@media (max-width: 768px) {
    footer .footer.no_newsletter .info-wrap-contact_zone:first-of-type {
        margin-bottom: 51px;
    }
}

footer .footer.no_newsletter .info-wrap-contact_zone:last-child {
    margin-bottom: 10px;
}

footer .footer.no_icon .info-wrap-contact_cell {
    padding-left: 0px;
}

footer .footer.no_icon .info-wrap-contact_cell i {
    display: none;
}

footer .footer.no-names .info-wrap-contact {
    padding-left: 0px;
}

footer .form-row {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 1281px) {
    footer .form-row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 900px) {
    footer .form-row {
        flex-direction: column;
    }
}

footer .form-col {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    footer .form-col {
        flex: 1 1 0px;
    }
}

@media (min-width: 768px) {
    footer .form-col--socials {
    }
}

@media (min-width: 1281px) {
    footer .form-col--socials {
        flex-basis: 0px;
    }
}

@media (max-width: 768px) {
    footer .form-col--socials {
        order: -1;
    }
}

@media (min-width: 1281px) {
    footer .form-col--xl-auto {
        flex: 0 0 auto;
    }
}

footer .additional-links-separator {
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

@media (min-width: 768px) {
    footer .additional-links-separator {
        display: inline;
        width: auto;
        height: auto;
    }

    footer .additional-links-separator::before {
        content: "|";
    }
}

footer .h-pot {
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
}

footer .img-wrap {
    max-width: 100px;
    width: 100%;
    display: block;
    margin-right: 20px;
}

@media (max-width: 900px) {
    footer .img-wrap {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

footer .img-wrap img {
    width: 100%;
    object-fit: cover;
}

footer .powered-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex: 1 0 auto;
}

@media (max-width: 900px) {
    footer .powered-box {
        flex-direction: column;
    }
}

footer .form-col--copyright {
    flex: 1 0 auto;
    margin: 10px 0px;
}

footer .luxury-link {
    white-space: nowrap;
}

footer .footer__disclaimers {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 900px) {
    footer .footer__disclaimers {
        text-align: center;
    }
}

.mission {
    padding-top: 50px;
}

.mission_top_part {
    margin-bottom: 4.375rem;
}

.mission_top_part .section-header {
    /* margin-bottom: 47px; */
    padding: 0px calc(1.3125rem + 0.64286vw);
}

@media (min-width: 1400px) {
    .mission_top_part .section-header {
        padding: 0px 1.875rem;
    }
}

.mission_top_part .section-header p {
    font-size: 16px;
    line-height: 30px;
    margin-top: calc(1.3125rem + 0.64286vw);
    letter-spacing: 0.1px;
    font-weight: 300;
}

@media (min-width: 1400px) {
    .mission_top_part .section-header p {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .mission_top_part .section-header p {
        line-height: 33px;
    }
}

@media (min-width: 1400px) {
    .mission_top_part .section-header p {
        margin-top: 1.875rem;
    }
}

.mission_top_part .has_line::before {
    bottom: calc(100% + 50px);
}

.mission_bottom_part .section-header .border-line {
    position: relative;
    text-align: right;
}

.mission_bottom_part .section-header .border-line::after {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 124px;
    height: 2px;
    bottom: -20px;
    right: 0px;
}

.mission_bottom_part .mission_content p {
    margin-bottom: 1.25rem;
}

.mission_bottom_part .mission_content p:last-child {
    margin-bottom: 0px;
}

.about_para {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -1px;
}

@media (min-width: 1400px) {
    .about_para {
        font-size: 35px;
        line-height: 29px;
    }
}

@media (min-width: 1400px) {
    .about_para {
        line-height: 42px;
    }
}

.about_para span {
    border-bottom: 1px solid rgb(153, 153, 153);
    font-weight: 400;
    color: rgb(84, 89, 95);
}

.services.inner .icon_box {
    margin-bottom: 5.625rem;
}

.icon_box {
    transition: 0.5s ease-in-out;
}

.icon_box h4, .icon_box .h4 {
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.icon_box h6, .icon_box .h6 {
    color: rgb(166, 161, 130);
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
}

.icon_box p {
    font-size: 0.875rem;
}

.icon_box img.light {
    display: none;
}

.icon_box .arrow_effect {
    margin-top: 20px;
}

.icon_box .arrow_effect a {
    position: relative;
    width: 20px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
}

.icon_box .arrow_effect a .crossline1, .icon_box .arrow_effect a .crossline2 {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 1px;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline1::after, .icon_box .arrow_effect a .crossline2::before, .icon_box .arrow_effect a .crossline2::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 7px;
    height: 1px;
    transform-origin: right center;
    transition: 0.5s ease-in-out;
}

.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline2::before {
    transform: rotate(40deg);
}

.icon_box .arrow_effect a .crossline1::after, .icon_box .arrow_effect a .crossline2::after {
    transform: rotate(-40deg);
}

.icon_box .arrow_effect a .crossline1 {
    width: 15px;
    background-color: rgb(230, 230, 230);
    opacity: 1;
}

.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline1::after {
    background-color: rgb(230, 230, 230);
}

.icon_box .arrow_effect a .crossline1::before {
    top: 0px;
}

.icon_box .arrow_effect a .crossline1::after {
    bottom: 0px;
}

.icon_box .arrow_effect a .crossline2 {
    width: 0px;
    background-color: rgb(166, 161, 130);
    opacity: 0;
}

.icon_box .arrow_effect a .crossline2::before, .icon_box .arrow_effect a .crossline2::after {
    background-color: rgb(166, 161, 130);
    transition: 0.7s ease-in-out;
}

.icon_box .arrow_effect a .crossline2::before {
    top: -10px;
}

.icon_box .arrow_effect a .crossline2::after {
    bottom: -10px;
}

.icon_box .arrow_effect a:hover .crossline1 {
    opacity: 0;
    transform: scale(0);
}

.icon_box .arrow_effect a:hover .crossline2 {
    width: 15px;
    opacity: 1;
}

.icon_box .arrow_effect a:hover .crossline2::before {
    top: 0px;
}

.icon_box .arrow_effect a:hover .crossline2::after {
    bottom: 0px;
}

.icon_box:hover h6, .icon_box:hover .h6 {
    margin-bottom: 15px;
}

.icon_box.type-2 {
    position: relative;
    margin-bottom: 1.875rem;
}

.icon_box.type-2 .post-bg {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-out;
}

.icon_box.type-2 .icon_box_inner {
    position: absolute;
    inset: 0px;
    padding: 50px 40px 55px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.icon_box.type-2 .icon_box_inner::before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.icon_box.type-2:hover .post-bg {
    opacity: 1;
    visibility: visible;
    transition: 0.8s ease-in;
}

.icon_box.type-2:hover .icon_box_inner {
    padding-top: 100px;
}

.icon_box.type-2:hover .icon_box_inner::before {
    background: rgba(0, 0, 0, 0.75);
}

.icon_box_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.icon_box_flex h6, .icon_box_flex .h6 {
    margin-left: 15px;
    color: rgb(178, 178, 178);
}

.icon_box_flex .icon_size {
    border: 1px solid rgb(46, 46, 46);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_box_flex .icon_size img {
    width: 21px;
    height: 21px;
}

.about_icon_box {
    margin-bottom: 25px;
}

.team {
    padding-bottom: 50px;
}

.team.in-team .team-block {
    margin-bottom: 4.375rem;
}

.swiper_team {
    padding: 0px calc(1.75rem + 5.14286vw);
}

@media (min-width: 1400px) {
    .swiper_team {
        padding: 0px 6.25rem;
    }
}

.swiper_team .swiper-navigation {
    width: 100%;
    height: calc(var(--button-height));
    top: 40%;
    bottom: auto;
}

.swiper_team .swiper-navigation .swiper-button-prev, .swiper_team .swiper-navigation .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper_team .swiper-navigation .swiper-button-next, .swiper_team .swiper-navigation .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0px;
}

.swiper_team .swiper-navigation .swiper-button-next, .swiper_team .swiper-navigation .swiper-button-prev {
    font-size: 1.875rem;
    color: rgb(230, 230, 230);
    background: transparent;
    top: 0px;
}

.swiper_team .swiper-navigation .swiper-button-next:hover, .swiper_team .swiper-navigation .swiper-button-prev:hover {
    background: transparent;
    color: rgb(166, 161, 130);
}

.swiper_team .swiper-navigation .swiper-button-next.swiper-button-disabled, .swiper_team .swiper-navigation .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    background: transparent;
}

.swiper_team:hover .swiper-navigation .swiper-button-prev {
    top: 0px;
}

.swiper_team:hover .swiper-navigation .swiper-button-next {
    top: 0px;
}

.team-block h5, .team-block .h5 {
    line-height: calc(1.2875rem + 0.38571vw);
    margin-top: calc(1.28125rem + 0.32143vw);
}

@media (min-width: 1400px) {
    .team-block h5, .team-block .h5 {
        line-height: 1.625rem;
    }
}

@media (min-width: 1400px) {
    .team-block h5, .team-block .h5 {
        margin-top: 1.5625rem;
    }
}

.team-block h6, .team-block .h6 {
    font-size: 0.6875rem;
    margin-top: 1.25rem;
    display: -webkit-inline-box;
    position: relative;
}

.team-block h6::after, .team-block .h6::after {
    position: absolute;
    content: "";
    background: rgb(166, 161, 130);
    width: 52px;
    height: 1px;
    right: -67px;
    top: 5px;
}

.team-member-information .name {
    font-size: 20px;
    color: #0c282d !important;
    font-weight: 450;
    line-height: calc(1.4875rem + 2.44286vw);
    margin-top: 0px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    .team-member-information .name {
        font-size: 21px;
    }
}

@media (min-width: 1400px) {
    .team-member-information .name {
        line-height: 3.625rem;
    }
}

.team-member-information .designation {
    font-size: calc(1.2625rem + 0.12857vw);
    font-weight: 600;
    line-height: calc(1.4rem + 1.54286vw);
    margin-top: 0px;
    display: -webkit-inline-box;
    position: relative;
}

@media (min-width: 1400px) {
    .team-member-information .designation {
        font-size: 1.375rem;
    }
}

@media (min-width: 1400px) {
    .team-member-information .designation {
        line-height: 2.75rem;
    }
}

.team-member-information .designation::after {
    position: absolute;
    content: "";
    background: rgb(166, 161, 130);
    width: 110px;
    height: 2px;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
}

.team-member-information .bio {
    margin-top: 0.9375rem;
}

.team-member-information .social-media {
    margin-top: 1.875rem;
    margin-bottom: 3.75rem;
}

.team-member-information .social-media ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.team-member-information .social-media ul li {
    width: auto;
    background-image: none;
    margin-right: 10px;
    padding: 0px;
    font-weight: 600;
}

.team-member-information .social-media ul li a {
    font-size: 1.125rem;
    text-align: center;
    background: rgb(84, 84, 84);
    color: rgb(255, 255, 255);
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member-information .social-media ul li:last-child {
    margin-right: 0px;
}

.team-member-information h6.widget-title, .team-member-information .widget-title.h6 {
    color: rgb(65 65 65);
    font-size: 15px;
    margin-bottom: 0.625rem;
}

.team-member-information ul.point_order {
    padding-left: 0px;
    margin-bottom: calc(1.34375rem + 0.96429vw);
    list-style-type: none;
}

@media (min-width: 1400px) {
    .team-member-information ul.point_order {
        margin-bottom: 2.1875rem;
    }
}

.team-member-information ul.point_order li {
    position: relative;
    padding-left: 35px;
    line-height: 36px;
    font-size: 1rem;
    color: rgb(255, 255, 255);
}

.team-member-information ul.point_order li span {
    color: rgb(166, 161, 130);
}

.team-member-information ul.point_order li::first-letter {
    text-transform: capitalize;
}

.team-member-information ul.point_order li::before {
    content: "ï‰¯";
    font-family: bootstrap-icons;
    font-size: 1.5rem;
    position: absolute;
    left: 0px;
    color: rgb(166, 161, 130);
}

.team-details .latest-projects {
    margin-top: 100px;
}

.team-details .project {
    margin-bottom: 1.875rem;
}

.shop_page {
    padding: 110px 0px;
}

.shop_sidebar {
    position: sticky;
    top: 30px;
    font-family: Montserrat, sans-serif;
}

.shop_sidebar .widget {
    margin-top: 0px;
    margin-bottom: 45px;
    background: transparent;
    padding: 0px;
    box-shadow: none;
}

.shop_sidebar .widget:last-child {
    margin-bottom: 0px;
}

.shop_sidebar .widget ul {
    margin: 0px;
    padding: 0px;
}

.shop_sidebar .widget ul li {
    list-style-type: none;
}

.shop_sidebar .widget label {
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.shop_sidebar .select2-container {
    width: 100% !important;
}

.shop_sidebar .select2-container .select2-selection--single {
    height: 56px;
    line-height: 50px;
    border: 1px solid rgb(237, 237, 237);
    padding: 5px 30px;
}

.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    color: rgb(160, 164, 180);
    line-height: 44px;
    padding: 0px;
}

.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
}

.shop_sidebar .select2-dropdown {
    padding: 15px;
}

.shop_sidebar .select2-search--dropdown {
    padding: 0px;
    margin-bottom: 5px;
}

.shop_sidebar .select2-results__option {
    padding: 3px 10px;
    transition: 0.8s ease-in-out;
}

.shop_sidebar .select2-container--default .select2-results__option--selected, .shop_sidebar .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(166, 161, 130);
    color: rgb(255, 255, 255);
    transition: 0.8s ease-in-out;
}

.shop_sidebar .sidebar_search {
    text-align: left;
}

.shop_sidebar .sidebar_search .search_form {
    position: relative;
}

.shop_sidebar .sidebar_search .search_form .form-control {
    padding: 5px 15px;
    height: 48px;
    border: 1px solid rgb(46, 46, 46);
    border-radius: 0px;
    color: rgb(255, 255, 255);
    background: rgb(46, 46, 46);
    text-transform: capitalize;
}

.shop_sidebar .sidebar_search .search_form .form-control:focus {
    box-shadow: none;
}

.shop_sidebar .sidebar_search .search_form .form-control-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid rgb(84, 84, 84);
    border-radius: 0%;
    padding: 0px;
    width: 48px;
    height: 48px;
    color: rgb(255, 255, 255);
    background: rgb(84, 84, 84);
    cursor: pointer;
}

.shop_sidebar .sidebar_search .search_form .form-control-submit:focus {
    outline: none;
}

.shop_sidebar .sidebar_search .search_form ::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: rgb(153, 153, 153);
}

.shop_sidebar .widget_categories .category_item_inner {
    position: relative;
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: unset;
    justify-content: space-between;
}

.shop_sidebar .widget_categories ul li {
    margin-bottom: 4px;
    border-bottom: none;
    padding: 5px 0px;
}

.shop_sidebar .widget_categories ul li ul {
    padding-left: 15px;
}

.shop_sidebar .widget_categories ul li ul li {
    position: relative;
    padding-left: 10px;
}

.shop_sidebar .widget_categories ul li ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 6px;
    height: 1px;
    background: rgb(255, 255, 255);
}

.shop_sidebar .widget_categories ul li .cat_toggler a {
    font-size: 0.75rem;
}

.shop_sidebar .widget_categories ul li .cat_toggler i {
    display: block;
    transition: 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .shop_sidebar .widget_categories ul li .cat_toggler i {
        transition: none;
    }
}

.shop_sidebar .widget_categories ul li .cat_toggler [aria-expanded="true"] i {
    transform: rotate(90deg);
    color: rgb(166, 161, 130);
}

.shop_sidebar .sidebar_price_filter .range-value {
    margin-top: 10px;
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
}

.shop_sidebar .sidebar_price_filter .range-value span {
    margin-right: 10px;
}

.shop_sidebar .sidebar_price_filter .range-value input[type="text"] {
    background-color: transparent;
    color: rgb(153, 153, 153);
    padding: 0px;
    width: 80px;
    height: auto;
    border-width: 0px;
    text-align: right;
    font-size: 0.75rem;
}

.shop_sidebar .sidebar_price_filter .range-bar {
    border: none;
    background: rgb(153, 153, 153);
    height: 2px;
    width: 100%;
}

.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range {
    background: rgb(255, 255, 255);
}

.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-width: 0px;
    cursor: pointer;
    margin-top: 0px;
    margin-left: -5px;
}

.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle {
    background: rgb(255, 255, 255);
    border-radius: 100%;
}

.shop_sidebar .form-check {
    position: relative;
    min-height: auto;
    padding-left: 0px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.shop_sidebar .form-check label {
    color: rgb(255, 255, 255);
    line-height: 19px;
    font-weight: 400;
}

.shop_sidebar .form-check .form-check-input {
    float: none;
    margin: 0px 7px 0px 0px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(84, 84, 84);
    background-color: transparent;
    border-radius: 3px;
}

.shop_sidebar .form-check-input:checked {
    border-color: rgb(255, 255, 255);
    background-color: rgb(12, 40, 45);
    box-shadow: none;
}

.shop_sidebar .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.shop_sidebar .content_count {
    background: rgb(255, 242, 240);
    display: inline-block;
    font-size: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 1.125rem;
    color: rgb(12, 40, 45);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar_popular_products ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar_popular_products ul li .popular_product_image {
    min-width: 85px;
    margin-right: 15px;
    max-width: 85px;
    background: rgb(0, 0, 0);
    height: 110px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.sidebar_popular_products ul li .popular_product_content .product_title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0px 0px 10px;
}

.sidebar_popular_products ul li .popular_product_content .product_title a {
    color: rgb(255, 255, 255);
}

.sidebar_popular_products ul li .popular_product_content .product_price {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgb(153, 153, 153);
}

.shop_filtering_method {
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop_filtering_method .view_type_wrapper {
    min-width: 300px;
}

.shop_filtering_method .view_type_wrapper .view_type a {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
}

.shop_filtering_method .view_type_wrapper .view_type a.active {
    color: rgb(166, 161, 130);
}

.shop_filtering_method .view_type_wrapper .view_type li:not(:last-child) {
    margin-right: 8px;
}

.shop_filtering_method .view_type_wrapper .showing_results {
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    margin-left: 20px;
}

.shop_filtering_method .sorting_select {
    position: relative;
    width: 260px;
}

.shop_filtering_method .select2-container .select2-selection--single {
    width: 260px;
    height: 48px;
    line-height: normal;
    background-color: transparent;
    border: 1px solid rgb(84, 84, 84);
    border-radius: 0px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    color: rgb(153, 153, 153);
    line-height: 44px;
    padding: 0px;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: auto;
    right: 15px;
    width: auto;
    height: auto;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative;
    top: auto;
    left: auto;
    width: 0px;
    height: 5px;
    display: inline-block;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-style: solid;
    border-width: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "ïŠ‚";
    font-family: bootstrap-icons;
    font-size: 10px;
}

.product_col_1, .product_col_2, .product_col_3, .product_col_4 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product_col_1 .product_item, .product_col_2 .product_item, .product_col_3 .product_item, .product_col_4 .product_item {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.product_col_1 .product_item {
    flex: 0 0 100%;
    max-width: 100%;
}

.product_col_2 .product_item {
    flex: 0 0 50%;
    max-width: 50%;
}

.product_col_3 .product_item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.product_col_4 .product_item {
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 991px) {
    .product_col_3 .product_item, .product_col_4 .product_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .product_col_2 .product_item, .product_col_3 .product_item, .product_col_4 .product_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product_view_grid .product_item {
    position: relative;
    overflow: hidden;
}

.product_view_grid .product_item .product_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.product_view_grid .product_item .product_thumb .product_imagebox {
    position: relative;
    background: rgb(0, 0, 0);
    text-align: center;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_imagebox .primary_img {
    transition: 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_imagebox [class*="badge"] {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 0px;
    padding: 0px;
    width: 50px;
    line-height: 24px;
    z-index: 1;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.product_view_grid .product_item .product_thumb .product_imagebox .badge-new {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.product_view_grid .product_item .product_thumb .product_imagebox .badge-sale {
    background-color: rgb(84, 84, 84);
    color: rgb(255, 255, 255);
}

.product_view_grid .product_item .product_thumb .product_item_inner {
    transition: 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_item_inner .label_text {
    padding: 20px 0px 0px;
    transition: 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: rgb(255, 255, 255);
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_item_price {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(153, 153, 153);
    padding-bottom: 0px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_item_price del {
    color: rgb(84, 89, 95);
    margin-right: 5px;
}

.product_view_grid .product_item .product_thumb .product_item_inner p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_category {
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_category a {
    color: rgb(153, 153, 153);
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_category a:hover {
    color: rgb(255, 255, 255);
}

.product_view_grid .product_item .product_thumb .product_item_inner .rating ul {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 16px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .rating ul li {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 14px;
    color: rgb(166, 161, 130);
    margin: 0px;
}

.product_view_grid .product_item .product_thumb .cart_button {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -100%;
    transform: translateY(-50%);
    transition: 0.8s ease-in-out;
    z-index: 1;
}

.product_view_grid .product_item:hover .product_thumb .cart_button {
    top: 50%;
}

.cart_button .button {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    min-width: auto;
    display: inline-block;
    border: none;
    padding: 10px 30px;
    outline: none;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    backface-visibility: hidden;
    transition: 0.8s ease-in-out;
    color: rgb(0, 0, 0);
}

.cart_button .button:hover {
    color: rgb(255, 255, 255);
}

.cart_button .button::before, .cart_button .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    transition: 0.8s ease-in-out;
}

.cart_button .button::before {
    right: 100%;
    top: 0px;
    background: rgb(166, 161, 130);
}

.cart_button .button:hover::before {
    right: 0px;
}

.cart_button .button::after {
    left: 0px;
    top: 0px;
    background: rgb(255, 255, 255);
}

.cart_button .button:hover::after {
    left: 100%;
}

.product_view_list .grid-item:not(:last-child) {
    margin-bottom: 30px;
}

.product_view_list .product_item {
    position: relative;
    overflow: hidden;
    background: rgb(12, 40, 45);
    padding: 30px;
    margin-bottom: 30px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px;
}

.product_view_list .product_item .product_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.product_view_list .product_item .product_thumb .product_imagebox {
    position: relative;
    background: rgb(0, 0, 0);
    text-align: center;
    height: 325px;
    width: 270px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_imagebox .primary_img {
    transition: 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_imagebox .secondary_img {
    position: absolute;
    left: 50%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_imagebox [class*="badge"] {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 0px;
    padding: 0px;
    width: 50px;
    line-height: 24px;
    z-index: 1;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.product_view_list .product_item .product_thumb .product_imagebox .badge-new {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.product_view_list .product_item .product_thumb .product_imagebox .badge-sale {
    background-color: rgb(84, 84, 84);
    color: rgb(255, 255, 255);
}

.product_view_list .product_item .product_thumb .product_item_inner {
    transition: 0.8s ease-in-out;
    flex: 1 1 0%;
}

.product_view_list .product_item .product_thumb .product_item_inner .label_text {
    transition: 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: rgb(255, 255, 255);
}

.product_view_list .product_item .product_thumb .product_item_inner .product_item_price {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(153, 153, 153);
    padding-bottom: 0px;
    margin-left: 15px;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_item_price del {
    color: rgb(84, 89, 95);
    margin-right: 5px;
}

.product_view_list .product_item .product_thumb .product_item_inner p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_category {
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_category a {
    color: rgb(153, 153, 153);
}

.product_view_list .product_item .product_thumb .product_item_inner .product_category a:hover {
    color: rgb(255, 255, 255);
}

.product_view_list .product_item .product_thumb .product_item_inner .rating {
    margin-bottom: 30px;
}

.product_view_list .product_item .product_thumb .product_item_inner .rating ul {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 16px;
}

.product_view_list .product_item .product_thumb .product_item_inner .rating ul li {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 14px;
    color: rgb(166, 161, 130);
    margin: 0px;
}

.product_view_list .product_item .cart_button {
    position: relative;
    z-index: 1;
}

.product_left .product_zoom {
    display: flex;
    align-items: flex-start;
}

.product_left .product_zoom .product_zoom_button_group {
    padding: 0px 23px 0px 0px;
    margin: 0px;
    list-style: none;
    max-height: 543px;
    overflow-y: scroll;
    display: inline-block;
}

.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar {
    width: 0px;
    height: 4px;
}

.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar-track {
    background: rgb(12, 40, 45);
}

.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar-thumb {
    background: rgb(166, 161, 130);
}

.product_left .product_zoom .product_zoom_button_group li {
    text-align: left;
    margin: 20px 0px;
}

.product_left .product_zoom .product_zoom_button_group li:first-child {
    margin-top: 0px;
}

.product_left .product_zoom .product_zoom_button_group li:last-child {
    margin-bottom: 0px;
}

.product_left .product_zoom .product_zoom_button_group li a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 145px;
    max-width: 100%;
    height: 175px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product_left .product_zoom .product_zoom_button_group li a img {
    width: 100%;
}

.product_left .product_zoom .product_zoom_button_group li a.selected::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.5);
}

.product_left .product_zoom .product_zoom_container {
    flex: 1 1 0%;
    max-height: 560px;
    overflow: hidden;
}

.product_left .product_zoom .product_zoom_container .product_zoom_info {
    position: relative;
    display: none;
}

.product_left .product_zoom .product_zoom_container .product_zoom_info img {
    width: 100%;
}

.product_right .product_info .product_title h2, .product_right .product_info .product_title .h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.375rem;
    color: rgb(255, 255, 255);
}

.product_right .product_info .product_rating {
    font-size: 0.875rem;
    font-weight: 400;
}

.product_right .product_info .product_rating i {
    color: rgb(166, 161, 130);
}

.product_right .product_info .product_rating .product_rating_details {
    display: inline-block;
    margin-left: 10px;
    color: rgb(153, 153, 153);
}

.product_right .product_description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgb(178, 178, 178);
    margin-bottom: 20px;
}

.product_right .product_price {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    margin-bottom: 25px;
}

.product_right .product_view_bottom {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.product_right .product_view_bottom .product_quantity {
    display: flex;
    align-items: center;
    flex: 1 1 0%;
    margin-right: 20px;
}

.product_right .product_view_bottom .product_quantity .pproduct_quantity_label {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner {
    display: flex;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    margin-left: 20px;
    padding: 0px 20px;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract {
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add {
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner input {
    width: 80px;
    height: 42px;
    padding: 0px;
    text-align: center;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 0px solid rgb(0, 0, 0);
    font-weight: 700;
}

.product_right .product_view_bottom .wish_button {
    margin-right: 15px;
}

.product_right .product_view_bottom .wish_button a, .product_right .product_view_bottom .compare_button a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    background: rgb(242, 247, 247);
    text-align: center;
    color: rgb(12, 40, 45);
}

.product_right .cart_button {
    margin-top: 20px;
}

.product_right .cart_button .button {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    z-index: 1;
    color: rgb(255, 255, 255);
}

.product_right .cart_button .button::before {
    background: rgb(166, 161, 130);
}

.product_right .cart_button .button::after {
    background: rgb(0, 0, 0);
}

.product_right .product_view_bottom_credential {
    margin-top: 20px;
}

.product_right .product_view_bottom_credential ul {
    list-style: none;
}

.product_right .product_view_bottom_credential ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: rgb(153, 153, 153);
    padding: 3px 0px;
}

.product_right .product_view_bottom_credential ul li span {
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}

.product_right .product_view_bottom_credential ul li a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: rgb(153, 153, 153);
}

.product_right .product_view_bottom_credential ul li.tags {
    list-style-type: none;
    display: inline-block;
    overflow: hidden;
}

.product_right .product_view_bottom_credential ul li.tags a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: var(--body-color);
    margin: 0px 5px;
}

.product_right .product_view_bottom_credential ul li.tags a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 0%;
    height: 1px;
    background: rgb(166, 161, 130);
    transition: 0.5s;
}

.product_right .product_view_bottom_credential ul li.tags a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 99%;
    height: 1px;
    background: rgb(153, 153, 153);
    transition: 0.5s;
}

.product_right .product_view_bottom_credential ul li.tags a:hover {
    color: rgb(166, 161, 130);
}

.product_right .product_view_bottom_credential ul li.tags a:hover::before {
    width: 99%;
}

.product_right .product_view_bottom_credential ul li.tags a:hover::after {
    left: 101%;
    opacity: 0;
    visibility: hidden;
}

.product_right .product_social_share {
    margin-top: 20px;
}

.product_right .product_social_share ul {
    display: flex;
    flex-flow: wrap;
    padding: 0px;
    margin-bottom: 0px;
    gap: 10px;
}

.product_right .product_social_share ul li {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.625rem;
    color: rgb(255, 255, 255);
    list-style: none;
}

.product_right .product_social_share ul li a {
    position: relative;
    overflow: hidden;
    font-size: 0.75rem;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(46, 46, 46);
    display: block;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
}

.product_right .product_social_share ul li a:hover {
    color: rgb(166, 161, 130);
}

.product_details_section {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}

.product_details_tab .nav {
    gap: 60px;
    border-bottom: 1px solid rgb(84, 89, 95);
    padding-bottom: 0.625rem;
}

.product_details_tab .nav li a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
}

.product_details_tab .nav li a.active {
    color: rgb(166, 161, 130);
}

.product_details_tab .tab-content {
    padding-top: 1.875rem;
}

.product_details_tab .tab-content p {
    line-height: 26px;
}

.product_details_tab .product_additional_info ul {
    list-style: none;
}

.product_details_tab .product_additional_info ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: rgb(153, 153, 153);
    padding: 3px 0px;
}

.product_details_tab .product_additional_info ul li span {
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}

.product_details_tab .product_additional_info ul li a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: rgb(153, 153, 153);
}

.review_sec {
    margin-bottom: 60px;
}

.review_sec .review_title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
}

.review_sec .review_title a {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.review_sec ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.review_sec ul ul {
    padding-left: 90px;
}

.review_sec ul.review_area .reviewer_div {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.review_sec ul.review_area .reviewer_div .reviewer {
    margin-right: 20px;
    min-width: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.review_sec ul.review_area .reviewer_div .review_block .product_rating {
    color: rgb(166, 161, 130);
    line-height: 16px;
    margin-bottom: 10px;
}

.review_sec ul.review_area .reviewer_div .review_block .reviewer_name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.review_sec ul.review_area .reviewer_div .review_block .reviewer_review {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    margin-bottom: 12px;
}

.review_sec ul.review_area .reviewer_div .review_block .review_date {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(84, 84, 84);
    padding: 4px 10px;
    display: inline-block;
    border-radius: 5px;
}

.review_sec ul.review_area .reviewer_div .review_block .reply a {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgb(166, 161, 130);
}

.review_sec .reviews-pagination {
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    padding-left: 0px;
    list-style: none;
    border-radius: 0px;
}

.review_sec .reviews-pagination a, .review_sec .reviews-pagination span {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: rgb(12, 40, 45);
    color: rgb(255, 255, 255);
    border: 0px solid transparent;
    margin-right: 2px;
}

.review_sec .reviews-pagination a:hover, .review_sec .reviews-pagination a.current, .review_sec .reviews-pagination span:hover, .review_sec .reviews-pagination span.current {
    background: rgb(166, 161, 130);
    color: rgb(255, 255, 255);
}

.review_form .review_form_heading_wrapper .review_form_title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: rgb(255, 255, 255);
    margin-bottom: 7px;
}

.review_form .review_form_heading_wrapper .review_form_sub_title {
    font-size: 0.875rem;
    color: rgb(110, 122, 122);
    margin-bottom: 18px;
}

.review_form .review_form_heading_wrapper .give_rating {
    color: rgb(153, 153, 153);
}

.review_form .review_form_heading_wrapper .reviewer_rating {
    color: rgb(166, 161, 130);
}

.review_form select, .review_form input[type="text"], .review_form input[type="email"], .review_form input[type="url"], .review_form input[type="password"], .review_form input[type="search"], .review_form input[type="number"], .review_form input[type="tel"], .review_form input[type="range"], .review_form input[type="date"], .review_form input[type="month"], .review_form input[type="week"], .review_form input[type="time"], .review_form input[type="datetime"], .review_form input[type="datetime-local"], .review_form input[type="color"] {
    height: 60px;
}

.review_form .button {
    font-size: 1rem;
}

.related_products {
    position: relative;
    z-index: 1;
}

.related_products .widget-title {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .product_right {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .product_right {
        padding-right: 0px;
    }
}

@media screen and (max-width: 500px) {
    .product_left .product_zoom {
        display: block;
    }

    .product_left .product_zoom .product_zoom_button_group {
        width: 100%;
        padding-right: 0px;
        overflow-x: scroll;
        display: flex;
        margin-bottom: 30px;
    }

    .product_left .product_zoom .product_zoom_button_group li {
        margin: 0px 5px;
    }

    .product_left .product_zoom .product_zoom_button_group li:first-child {
        margin-left: 0px;
    }

    .product_left .product_zoom .product_zoom_button_group li:last-child {
        margin-right: 0px;
    }

    .product_left .product_zoom .product_zoom_container {
        width: 100%;
    }

    .product_right .product_info .product_rating .product_rating_details {
        display: block;
        margin: 0px;
    }

    .product_right .product_info .product_rating .product_add_review {
        display: block;
        margin: 0px;
    }

    .product_right .product_view_bottom .product_quantity {
        margin-bottom: 20px;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgb(84, 84, 84);
    height: 40px;
}

.select2-dropdown {
    background-color: rgb(27, 27, 27);
    border-color: rgb(84, 84, 84);
}

.select2-results__option {
    padding: 5px;
    font-size: 0.875rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
}

.select2-container--default .select2-results__option--selected {
    background-color: rgb(166, 161, 130);
    color: rgb(255, 255, 255);
}

.cart_table {
    border-collapse: collapse;
    width: 100%;
    border: 0px;
    margin-bottom: 0px;
}

.cart_table td, .cart_table th {
    border-right: 0px;
    border-bottom: 1px solid rgb(46, 46, 46);
    text-align: left;
}

.cart_table .cart_header th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    padding: 15px 0px;
}

.cart_table .cart_header th.cart_header_image {
    width: 20%;
}

.cart_table .cart_header th.cart_header_title {
    width: 20%;
}

.cart_table .cart_header th.cart_header_price {
    width: 15%;
}

.cart_table .cart_header th.cart_header_quantity {
    width: 25%;
}

.cart_table .cart_content td {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 15px 0px;
    color: rgb(255, 255, 255);
}

.cart_table .cart_content .cart_image img {
    max-width: 65px;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(84, 84, 84);
    padding: 0px 20px;
    width: 146px;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract {
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add {
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner input {
    width: 80px;
    height: 42px;
    padding: 0px;
    text-align: center;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 0px solid rgb(0, 0, 0);
}

.cart_table .cart_content .cart_total {
    color: rgb(166, 161, 130);
}

.cart_table .cart_content .cart_removal {
    text-align: right;
}

.cart_table .cart_content .cart_removal a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    background: rgb(153, 153, 153);
}

.couponcart {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
}

.couponcart .set_coupon {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.couponcart .form-group {
    margin-bottom: 0px;
    margin-right: 18px;
}

.couponcart .form-group input[type="text"] {
    border: 1px solid rgb(153, 153, 153);
    text-align: left;
    width: 250px;
    height: 46px;
    padding: 10px 20px;
    border-radius: 0px;
}

.couponcart ::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.couponcart .button_group .button {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    min-width: auto;
}

.grand_total {
    margin-top: 60px;
    padding: 60px;
    background-color: rgb(0, 0, 0);
}

.grand_total .widget-title {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.grand_total ul {
    margin: 0px;
    padding: 0px;
}

.grand_total ul li {
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(84, 84, 84);
    color: rgb(153, 153, 153);
}

.grand_total ul li span.text {
    min-width: 220px;
    color: rgb(255, 255, 255);
}

.grand_total ul li.totalvalue {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.grand_total .btn_group {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .cart_table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }

    .cart_table .cart_header th:not(:last-child), .cart_table .cart_content td:not(:last-child) {
        padding-right: 30px;
    }

    .cart_table::-webkit-scrollbar {
        height: 5px;
    }

    .cart_table::-webkit-scrollbar-track {
        background: rgb(46, 46, 46);
        border-radius: 5px;
    }

    .cart_table::-webkit-scrollbar-thumb {
        background: rgb(84, 84, 84);
        border-radius: 5px;
    }

    .grand_total {
        padding: 30px;
    }

    .grand_total .button_group .button {
        min-width: auto;
        padding: 12px 20px;
    }

    .couponcart {
        display: block;
    }

    .couponcart .form-group {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .couponcart .form-group input[type="text"] {
        width: 100%;
    }

    .couponcart .button_group {
        width: 100%;
    }

    .couponcart .button_group .button {
        width: 100%;
    }

    .couponcart .cartupdate {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgb(242, 247, 247);
    }
}

.shipping_form {
}

.shipping_form .widget-title {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow, .shipping_form .select2-container .select2-selection--single, .shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 64px;
    line-height: 64px;
    right: 5px;
    border: none;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative;
    top: auto;
    left: auto;
    width: 0px;
    height: 5px;
    display: inline-block;
    border-color: rgb(136, 136, 136) transparent transparent;
    border-style: solid;
    border-width: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "ïŠ‚";
    font-family: bootstrap-icons;
    font-size: 10px;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__rendered, .shipping_form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    line-height: 64px;
}

.shipping_form .select2-container--default .select2-selection--multiple, .shipping_form .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0px 40px;
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: rgb(0, 0, 0);
    background-clip: padding-box;
    border: 1px solid rgb(0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    outline-offset: 0px;
}

.shipping_form .select2-container--default .select2-selection--multiple:focus, .shipping_form .select2-container--default .select2-selection--single:focus, .shipping_form .select2-container--default.select2-container--focus .select2-selection--multiple, .shipping_form .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: rgb(166, 161, 130);
    outline: none;
    outline-offset: 0px;
}

.shipping_form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 10px;
}

.shipping_form .form-group {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.shipping_form textarea.form-control {
    height: 90px;
}

.shipping_form .form-control:focus {
    background-color: rgb(46, 46, 46);
    border: 1px solid rgb(166, 161, 130);
    outline: 0px;
    box-shadow: none;
}

.shipping_form .have_coupon {
    background: rgb(46, 46, 46);
    border-left: 7px solid rgb(84, 84, 84);
    padding: 30px 15px;
    margin-bottom: 55px;
}

.shipping_form .have_coupon .form-group {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.shipping_form .have_coupon .form-group label {
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    line-height: 26px;
    margin-right: 12px;
    margin-bottom: 0px;
}

.shipping_form .have_coupon .form-group input[type="text"] {
    width: 250px;
    height: 45px;
}

.shipping_form .have_coupon ::-webkit-input-placeholder {
    font-weight: 400;
    color: rgb(153, 153, 153);
}

.shipping_form .form-check-input {
    width: 12px;
    height: 12px;
    border: 1px solid rgb(84, 84, 84);
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.shipping_form .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
    color: rgb(153, 153, 153);
    user-select: none;
}

.shipping_form .checkbox:not(:last-child) {
    margin-right: 15px;
}

.shipping_form .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0px;
}

.shipping_form .checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid rgb(84, 84, 84);
}

.shipping_form .checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 1000%;
    background: rgb(255, 255, 255);
}

.shipping_form .checkbox:hover input ~ .checkmark {
    border: 1px solid rgb(166, 161, 130);
}

.shipping_form .checkbox input:checked ~ .checkmark {
    border: 1px solid rgb(166, 161, 130);
}

.shipping_form .checkbox input:checked ~ .checkmark::after {
    display: block;
}

.place_order {
}

.place_order ul {
    margin: 0px;
    padding: 0px;
}

.place_order ul li {
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(84, 84, 84);
    color: rgb(153, 153, 153);
}

.place_order ul li:first-child {
    padding-top: 0px;
}

.place_order ul li .form-group {
    width: auto;
    margin: 0px;
}

.place_order ul li span.text {
    min-width: 220px;
    color: rgb(255, 255, 255);
}

.place_order ul li.totalvalue {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.place_order ul li.totalvalue span.text {
    margin-right: 10px;
}

.place_order label.radio_circle {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
    color: rgb(153, 153, 153);
    user-select: none;
}

.place_order label.radio_circle:not(:last-child) {
    margin-right: 15px;
}

.place_order label.radio_circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0px;
}

.place_order label.radio_circle .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid rgb(84, 84, 84);
}

.place_order label.radio_circle .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 1000%;
    background: rgb(255, 255, 255);
}

.place_order label.radio_circle:hover input ~ .checkmark {
    border: 1px solid rgb(166, 161, 130);
}

.place_order label.radio_circle input:checked ~ .checkmark {
    border: 1px solid rgb(166, 161, 130);
}

.place_order label.radio_circle input:checked ~ .checkmark::after {
    display: block;
}

.place_order .paymentmethod {
    margin-top: 40px;
}

.place_order .paymentmethod label.radio_circle {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.place_order .paymentmethod label.radio_circle:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.place_order .paymentmethod span.text {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: rgb(153, 153, 153);
    margin-top: 10px;
}

.place_order .btn_group {
    margin-top: 25px;
}

.grid_lines {
    position: absolute;
    inset: 0px;
    z-index: 0;
    width: 100%;
    padding: 0px calc(2.01875rem + 7.90714vw);
    margin: 0px;
    list-style-type: none;
}

@media (min-width: 1400px) {
    .grid_lines {
        padding: 0px 8.9375rem;
    }
}

.grid_lines .grid_line {
    position: relative;
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: rgb(234, 234, 234);
    mix-blend-mode: difference;
}

.grid_lines .grid_line::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 60px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    animation: 25s linear 0s infinite normal none running gridanim;
}

.grid_lines .grid_line:nth-child(2)::before {
    animation-delay: 1s;
}

.grid_lines .grid_line:nth-child(4)::before {
    animation-delay: 1s;
}

.grid_lines .grid_line:nth-child(6)::before {
    animation-delay: 1s;
}

@keyframes gridanim {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
    }
}

.bg-dark-200 .grid_lines .grid_line {
    background-color: rgba(153, 153, 153, 0.1);
}

.box_padding {
    padding-left: calc(1.5625rem + 3.21429vw);
    padding-right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
    .box_padding {
        padding-left: 4.375rem;
    }
}

@media (min-width: 1400px) {
    .box_padding {
        padding-right: 4.375rem;
    }
}

.page_header {
    position: relative;
    padding-top: 100px;
    z-index: 1;
}

.page_header .page_header_inner {
    position: relative;
    background-image: url("../img/header_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.page_header .page_header_inner::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.page_header .page_header_inner .page_header_content {
    position: relative;
    margin: 0px;
    padding: 80px 0px;
    flex-flow: wrap;
}

.page_header .page_header_inner .page_header_content > div {
    position: relative;
}

.page_header .page_header_inner .page_header_content .heading {
    position: relative;
    font-size: calc(1.425rem + 1.8vw);
    line-height: calc(1.5rem + 2.57143vw);
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

@media (min-width: 1400px) {
    .page_header .page_header_inner .page_header_content .heading {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .page_header .page_header_inner .page_header_content .heading {
        line-height: 3.75rem;
    }
}

.page_header .page_header_inner .breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: block;
    background: transparent;
}

.page_header .page_header_inner .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    line-height: calc(1.2875rem + 0.38571vw);
    font-weight: 400;
    color: rgb(255, 255, 255);
}

@media (min-width: 1400px) {
    .page_header .page_header_inner .breadcrumb li {
        line-height: 1.625rem;
    }
}

.page_header .page_header_inner .breadcrumb li:not(:last-child) {
    padding-right: 1.5625rem;
}

.page_header .page_header_inner .breadcrumb li a {
    position: relative;
    padding-right: 0.9375rem;
    transition: 0.5s ease-in-out;
}

.page_header .page_header_inner .breadcrumb li a::after {
    content: "ïŠ…";
    font-family: bootstrap-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    font-size: 0.75rem;
}

.page_header .page_header_inner .breadcrumb li a:hover {
    color: rgb(166, 161, 130);
}

.page_header .page_header_inner .breadcrumb li.active {
    color: rgb(166, 161, 130);
}

.section-header {
    margin-bottom: 50px;
}

@media (min-width: 1400px) {
    .section-header {
        margin-bottom: 40px;
    }
}

.section-header h2, .section-header .h2 {
    font-size: calc(1.425rem + 1.8vw);
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    .section-header h2, .section-header .h2 {
        font-size: 3rem;
    }
}

.section-header h6, .section-header .h6 {
    font-size: 0.875rem;
    line-height: calc(1.3rem + 0.51429vw);
    letter-spacing: 0.3125rem;
}

@media (min-width: 1400px) {
    .section-header h6, .section-header .h6 {
        line-height: 1.75rem;
    }
}

.section-header h3, .section-header .h3 {
    font-size: calc(1.325rem + 0.77143vw);
    line-height: calc(1.425rem + 1.8vw);
    letter-spacing: -0.2px;
}

@media (min-width: 1400px) {
    .section-header h3, .section-header .h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    .section-header h3, .section-header .h3 {
        line-height: 3rem;
    }
}

.section-header.medium h2, .section-header.medium .h2 {
    font-size: calc(1.325rem + 0.77143vw);
    font-weight: 500;
    letter-spacing: 0rem;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}

@media (min-width: 1400px) {
    .section-header.medium h2, .section-header.medium .h2 {
        font-size: 2rem;
    }
}

.has_line {
    position: relative;
    z-index: 1;
}

.has_line::before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    bottom: calc(100% + 25px);
    width: 1px;
    height: calc(1.5rem + 2.57143vw);
    background: rgb(153, 153, 153);
}

@media (min-width: 1400px) {
    .has_line::before {
        height: 3.75rem;
    }
}

.has_line_lg {
    position: relative;
    z-index: 1;
}

.has_line_lg::before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    bottom: calc(100% - 60px);
    width: 1px;
    height: calc(1.875rem + 6.42857vw);
    background: rgb(153, 153, 153);
}

@media (min-width: 1400px) {
    .has_line_lg::before {
        height: 7.5rem;
    }
}

.widget-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: calc(1.3125rem + 0.64286vw);
    padding-bottom: 10px;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .widget-title {
        margin-bottom: 1.875rem;
    }
}

.title-line {
    width: 2.5rem;
    height: 0.0625rem;
    background: rgb(166, 161, 130);
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}

.title-line::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    width: 4px;
    height: 1px;
    background-color: rgb(33, 37, 41);
    animation: 1.5s linear 0s infinite normal none running lineAnim;
}

@keyframes lineAnim {
    0% {
        left: 0px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        left: 100%;
    }
}

.contact_us > div {
    position: relative;
    z-index: 2;
}

.home_contact input {
    margin-bottom: 1.5625rem;
    transition: 0.5s;
}

.home_contact input:last-child {
    margin-bottom: 0px;
}

.home_contact .btn_group {
    margin-top: 1.5625rem;
}

.gmapbox .map {
    width: 100%;
    /* height: calc(5.5rem + 43.7143vw); */
    /* background-color: rgb(230, 230, 230); */
}

@media (min-width: 1400px) {
    .gmapbox .map {
        /* height: 43.75rem; */
    }
}

.partner_flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-flow: wrap;
    margin-top: calc(1.75rem + 5.14286vw);
}

@media (min-width: 1400px) {
    .partner_flex {
        margin-top: 6.25rem;
    }
}

.partner_flex .partner_content {
    position: relative;
    transition: 0.5s ease-in-out;
}

.partner_flex .partner_content img {
    transition: 0.5s;
}

.partner_flex .partner_content img:last-child {
    opacity: 0;
    position: absolute;
    left: 0px;
}

.partner_flex .partner_content:hover img:first-child {
    opacity: 0;
}

.partner_flex .partner_content:hover img:last-child {
    opacity: 1;
}

.boot_tab {
    margin-top: 40px;
}

.boot_tab .nav .nav-link.active {
    background: none;
    color: rgb(166, 161, 130);
}

.boot_tab .nav .nav-link {
    border-bottom: 1px dashed rgb(84, 89, 95);
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 1rem;
    line-height: calc(1.2625rem + 0.12857vw);
    text-align: left;
    text-transform: uppercase;
    padding: 9px 15px 9px 0px;
    border-radius: 0px;
}

@media (min-width: 1400px) {
    .boot_tab .nav .nav-link {
        line-height: 1.375rem;
    }
}

.boot_tab .nav .nav-link:last-child {
    border-bottom: none;
}

.boot_tab .nav .nav-link:hover {
    color: rgb(166, 161, 130);
}

.boot_tab .service_inner_large_title {
    margin-bottom: calc(1.375rem + 1.28571vw);
}

@media (min-width: 1400px) {
    .boot_tab .service_inner_large_title {
        margin-bottom: 2.5rem;
    }
}

.boot_tab .service_inner_large_title h3, .boot_tab .service_inner_large_title .h3 {
    font-size: calc(1.325rem + 0.77143vw);
    line-height: calc(1.3875rem + 1.41429vw);
    margin-bottom: 0.9375rem;
    font-weight: 500;
}

@media (min-width: 1400px) {
    .boot_tab .service_inner_large_title h3, .boot_tab .service_inner_large_title .h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    .boot_tab .service_inner_large_title h3, .boot_tab .service_inner_large_title .h3 {
        line-height: 2.625rem;
    }
}

.boot_tab .service_inner_small_title h6, .boot_tab .service_inner_small_title .h6 {
    position: relative;
    width: fit-content;
    margin-bottom: calc(1.3125rem + 0.64286vw);
}

@media (min-width: 1400px) {
    .boot_tab .service_inner_small_title h6, .boot_tab .service_inner_small_title .h6 {
        margin-bottom: 1.875rem;
    }
}

.boot_tab .service_inner_small_title h6::after, .boot_tab .service_inner_small_title .h6::after {
    position: absolute;
    content: "";
    background: rgb(166, 161, 130);
    width: 40px;
    height: 1px;
    left: 0px;
    bottom: -8px;
}

.highlight_banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pd-top-lg {
    padding-top: calc(4.4375rem + 32.7857vw);
}

@media (min-width: 1400px) {
    .pd-top-lg {
        padding-top: 33.125rem;
    }
}

.video-block {
    position: relative;
    z-index: 2;
    margin-bottom: calc(-4.375rem - 25.7143vw);
}

@media (min-width: 1400px) {
    .video-block {
        margin-bottom: -26.25rem;
    }
}

.video_post {
    display: inline-block;
    width: 100%;
}

.video_post .ytube_video {
    position: relative;
    overflow: hidden;
}

.video_post .ytube_video #ytvideo {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.video_post .ytube_video .ytplay_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    height: 210px;
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 5rem;
    color: rgb(255, 255, 255);
    border-radius: 100%;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_post .ytube_video.play #ytvideo {
    opacity: 1;
}

.video_post .ytube_video.play .post_content {
    opacity: 0;
    visibility: hidden;
}

iframe, object, embed, iframe, object, iframe, video {
    border: 0px solid rgb(255, 183, 170);
}

.error-page {
    padding-top: calc(2.75rem + 15.4286vw);
    padding-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
    .error-page {
        padding-top: 16.25rem;
    }
}

@media (min-width: 1400px) {
    .error-page {
        padding-bottom: 10rem;
    }
}

.error-page .error-content .heading {
    font-size: calc(1.925rem + 6.94286vw);
    font-weight: 700;
    line-height: calc(1.825rem + 5.91429vw);
    color: rgb(255, 255, 255);
    text-shadow: rgb(166, 161, 130) 2px 5px;
}

@media (min-width: 1400px) {
    .error-page .error-content .heading {
        font-size: 8rem;
    }
}

@media (min-width: 1400px) {
    .error-page .error-content .heading {
        line-height: 7rem;
    }
}

.error-page .error-content h1, .error-page .error-content .h1 {
    color: rgb(166, 161, 130);
    text-transform: uppercase;
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
}

.error-page .error-content p {
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
}

.error-page .error-content .search_form {
    position: relative;
    max-width: calc(5.625rem + 45vw);
    margin: 2.1875rem auto;
}

@media (min-width: 1400px) {
    .error-page .error-content .search_form {
        max-width: 45rem;
    }
}

.error-page .error-content .search_form .form-control {
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
}

.error-page .error-content .search_form .form-control-submit {
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgb(178, 178, 178);
    padding: 0rem;
    font-size: 1.875rem;
    transition: 0.5s ease-in-out;
}

.error-page .error-content .search_form:hover .form-control-submit {
    right: 1.25rem;
}

.under-construction-page {
    padding-top: calc(2.75rem + 15.4286vw);
    padding-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
    .under-construction-page {
        padding-top: 16.25rem;
    }
}

@media (min-width: 1400px) {
    .under-construction-page {
        padding-bottom: 10rem;
    }
}

.under-construction-page .under-construction-content .heading {
    font-size: calc(1.525rem + 2.82857vw);
    font-weight: 700;
    line-height: calc(1.575rem + 3.34286vw);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-shadow: rgb(166, 161, 130) 2px 5px;
    margin-top: 0.625rem;
}

@media (min-width: 1400px) {
    .under-construction-page .under-construction-content .heading {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .under-construction-page .under-construction-content .heading {
        line-height: 4.5rem;
    }
}

.under-construction-page .under-construction-content h1, .under-construction-page .under-construction-content .h1 {
    color: rgb(166, 161, 130);
    text-transform: uppercase;
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
}

.under-construction-page .under-construction-content p {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: rgb(166, 161, 130);
    margin-bottom: 0rem;
}

.under-construction-page .under-construction-content #countdown {
    margin: 2.5rem 0rem;
}

.under-construction-page .under-construction-content #countdown ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    padding: 0rem;
}

.under-construction-page .under-construction-content #countdown ul li {
    position: relative;
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.625rem;
    list-style-type: none;
    text-transform: uppercase;
    color: rgb(166, 161, 130);
}

.under-construction-page .under-construction-content #countdown ul li span {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
    color: rgb(255, 255, 255);
}

.under-construction-page .under-construction-content #countdown ul li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}

.under-construction-page .under-construction-content #countdown ul li:not(:last-child)::before {
    content: ":";
    position: absolute;
    left: calc(100% - 10px);
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.under-construction-page .under-construction-content .search_form {
    position: relative;
    max-width: calc(5.625rem + 45vw);
    margin: 0px auto 2.1875rem;
}

@media (min-width: 1400px) {
    .under-construction-page .under-construction-content .search_form {
        max-width: 45rem;
    }
}

.under-construction-page .under-construction-content .search_form .form-control {
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
}

.under-construction-page .under-construction-content .search_form .form-control-submit {
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgb(178, 178, 178);
    padding: 0rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.under-construction-page .under-construction-content .search_form:hover .form-control-submit {
    right: 1.25rem;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
    transition: 1s ease-in-out;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
    width: 0%;
}

#preloader .hide-loader {
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    z-index: 3;
    transition: 1s ease-in-out;
}

#preloader.hide .hide-loader {
    opacity: 0;
    visibility: hidden !important;
}

.preloader-inner {
    position: absolute;
    z-index: 100;
    left: 50%;
    justify-content: center;
    top: 50%;
    align-content: center;
    transform: translate(-50%, -50%);
}

.preloader-inner .spinner {
    animation: 1s linear 0s infinite normal none running spinner;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(46, 46, 46) rgb(46, 46, 46);
    border-image: initial;
    width: 60px;
    height: 60px;
    margin: 0px auto 3.5em;
}

.preloader-inner .loading-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    user-select: none;
    transition: 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .preloader-inner .loading-text {
        font-size: 26px;
    }
}

@media (min-width: 1400px) {
    .preloader-inner .loading-text {
        line-height: 20px;
    }
}

#preloader.hide .preloader-inner .loading-text {
    opacity: 0;
    visibility: hidden;
}

.preloader-inner .loading-text .characters {
    position: relative;
    display: inline-block;
    color: rgb(28 62 67);
}

.preloader-inner .loading-text .characters::before {
    content: attr(data-preloader-text);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transform: rotateY(-90deg);
    color: #a6a182;
    animation: 4s ease 0s infinite normal none running characters;
}

.preloader-inner .loading-text .characters:nth-child(2)::before {
    animation-delay: 0.2s;
}

.preloader-inner .loading-text .characters:nth-child(3)::before {
    animation-delay: 0.4s;
}

.preloader-inner .loading-text .characters:nth-child(4)::before {
    animation-delay: 0.6s;
}

.preloader-inner .loading-text .characters:nth-child(5)::before {
    animation-delay: 0.8s;
}

.preloader-inner .loading-text .characters:nth-child(6)::before {
    animation-delay: 1s;
}

.preloader-inner .loading-text .characters:nth-child(7)::before {
    animation-delay: 1.2s;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes characters {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

#mode_switcher {
    position: fixed;
    right: 20px;
    top: calc(25vh);
    cursor: pointer;
    z-index: 9999;
}

#mode_switcher span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    font-size: 30px;
    background-color: rgb(6, 18, 20);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 5s linear 0s infinite normal none running rotateSwitcher;
}

@keyframes rotateSwitcher {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (min-width: 1600px) {
    .box_padding {
        padding-left: calc(1.96875rem + 7.39286vw);
        padding-right: calc(1.96875rem + 7.39286vw);
    }
}

@media screen and (min-width: 1600px) and (min-width: 1400px) {
    .box_padding {
        padding-left: 8.4375rem;
    }
}

@media screen and (min-width: 1600px) and (min-width: 1400px) {
    .box_padding {
        padding-right: 8.4375rem;
    }
}

@media screen and (min-width: 1600px) {
    .footer {
        padding-bottom: calc(1.96875rem + 7.39286vw);
    }
}

@media screen and (min-width: 1600px) and (min-width: 1400px) {
    .footer {
        padding-bottom: 8.4375rem;
    }
}

@media screen and (min-width: 1400px) {
    .footer .grid_lines {
        padding: 0px 0.5rem;
    }
}

@media screen and (max-width: 1400px) {
    .mr_menu .logo_left_menu {
        margin-bottom: calc(1.75rem + 5.14286vw);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {
    .mr_menu .logo_left_menu {
        margin-bottom: 6.25rem;
    }
}

@media screen and (max-width: 1400px) {
    .mr_menu .logo_left_menu a {
        max-width: 100px;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: calc(2.125rem + 9vw);
        margin-bottom: calc(1.6875rem + 4.5vw);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: 10rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 5.625rem;
    }
}

@media screen and (max-width: 1400px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        top: calc(1.375rem + 1.28571vw);
        height: calc(1.75rem + 5.14286vw);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        top: 2.5rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        height: 6.25rem;
    }
}

@media screen and (max-width: 1400px) {
    .theme_slider_3 .swiper-button-prev, .theme_slider_3 .swiper-rtl .swiper-button-next {
        left: 50px;
    }

    .theme_slider_3 .swiper-button-next, .theme_slider_3 .swiper-rtl .swiper-button-prev {
        right: 50px;
    }
}

@media screen and (max-width: 991px) {
    .icon_box {
        margin-bottom: 2.5rem;
    }

    .funfacts_inner {
        justify-content: flex-start;
        gap: 25px;
    }

    .funfacts_inner .fun_img {
        text-align: center;
    }

    .about_text h1, .about_text .h1 {
        margin-top: 20px;
    }

    .partner_flex .partner_content {
        margin: 15px 5px;
    }

    .projects .section-desc .text-start, .projects .section-desc .text-end {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .theme_slider_3 .swiper-slide .slider .slide_content {
        max-width: 100%;
    }

    .theme_slider_3 .swiper-slide .slider .slide_content .details_link a {
        display: block;
    }

    .theme_slider_3 .swiper-button-prev, .theme_slider_3 .swiper-rtl .swiper-button-next, .theme_slider_3 .swiper-button-next, .theme_slider_3 .swiper-rtl .swiper-button-prev {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s ease-in-out;
    }

    .theme_slider_3:hover .swiper-button-prev, .theme_slider_3:hover .swiper-rtl .swiper-button-next, .theme_slider_3:hover .swiper-button-next, .theme_slider_3:hover .swiper-rtl .swiper-button-prev {
        opacity: 1;
        visibility: visible;
        top: 70%;
    }

    .theme_slider_4 .swiper-slide .slider .slide_content .details_link a {
        display: block;
    }

    .page_header .page_header_inner .page_header_content .heading {
        margin-bottom: 1.25rem;
    }

    .portfolio-filters-content, .packery .portfolio-filters-content {
        margin-bottom: 20px;
    }

    .portfolio-filters-content .filters-button-group {
        border-bottom: 0px;
    }

    .portfolio-filters-content .filters-button-group .button {
        padding: 0px 10px 8px;
        margin-bottom: 15px;
    }

    .portfolio-filters-content .filters-button-group .button .filter-count {
        right: 0px;
    }
}

@media screen and (max-width: 600px) {
    .theme_slider_8 .swiper-slide .slider .slide_content, .theme_slider_9 .swiper-slide .slider .slide_content {
        max-width: 100%;
    }

    .project-grid-list .grid-item img.item_image {
        width: 100%;
    }

    .running_projects .left_part .grid-item .works-info, .running_projects .right_part .grid-item .works-info {
        right: auto;
        left: 50%;
    }

    .running_projects .left_part .grid-item.active .works-info, .running_projects .left_part .grid-item:hover .works-info, .running_projects .right_part .grid-item.active .works-info, .running_projects .right_part .grid-item:hover .works-info {
        transform: translateX(-50%) translateY(-50%) perspective(400px) rotateY(0deg);
    }

    .running_projects .right_part .grid-item:first-child {
        margin: 30px 0px;
    }
}

@media screen and (max-width: 575px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
        padding: 0rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
        font-size: 0.75rem;
        letter-spacing: 0rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 1.375rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before, .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        top: 0.625rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
        font-size: 0.75rem;
        text-transform: capitalize;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link a .link_text {
        margin-right: 1.25rem;
    }

    .footer .footer_inner .section-header h2, .footer .footer_inner .section-header .h2 {
        writing-mode: unset;
        transform: rotate(0deg);
        margin: 0px;
    }

    .footer .footer_inner .communication {
        margin: 1.875rem 0rem;
    }

    .footer .footer_inner .footer_elements.justify-content-end {
        justify-content: flex-start !important;
    }

    .about.style_two .about_image {
        margin-bottom: 135px;
    }
}

@media screen and (max-width: 500px) {
    .grid-item .label-text h5, .grid-item .label-text .h5, .packery .grid-item .label-text h5, .packery .grid-item .label-text .h5 {
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

body.bg-dark.bg-white .bg-dark, body.bg-dark.bg-white .theme_slider.bg-black, body.bg-white .bg-dark, body.bg-white .theme_slider.bg-black {
    background: rgb(248, 248, 248) !important;
}

body.bg-dark.bg-white a, body.bg-white a {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .btn.gray, body.bg-dark.bg-white .btn.black, body.bg-dark.bg-white .btn.olive, body.bg-white .btn.gray, body.bg-white .btn.black, body.bg-white .btn.olive {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .btn.white, body.bg-white .btn.white {
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .btn.white::before, body.bg-white .btn.white::before {
    background-image: url("../img/btn-texture-gray.png");
    border-color: rgb(46, 46, 46);
}

body.bg-dark.bg-white .btn.white:hover, body.bg-white .btn.white:hover {
    background-color: rgba(46, 46, 46, 0.6);
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .grid_lines .grid_line, body.bg-white .grid_lines .grid_line {
    background-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white, body.bg-dark.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white, body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4 a.text-white, body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 a.text-white, body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content h4 .text-white, body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .h4 .text-white, body.bg-dark.bg-white .theme_slider_5 .slider .slide_content h4 .text-white, body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .h4 .text-white, body.bg-dark.bg-white .theme_slider_6 .slider .slide_content h4 .text-white, body.bg-dark.bg-white .theme_slider_6 .slider .slide_content .h4 .text-white, body.bg-dark.bg-white .theme_slider_8 .slider .slide_content h4 .text-white, body.bg-dark.bg-white .theme_slider_8 .slider .slide_content .h4 .text-white, body.bg-dark.bg-white .theme_slider_9 .slider .slide_content h4 .text-white, body.bg-dark.bg-white .theme_slider_9 .slider .slide_content .h4 .text-white, body.bg-dark.bg-white .icon_box .text-white, body.bg-dark.bg-white .about_text .text-white, body.bg-dark.bg-white .icon_box_flex h6, body.bg-dark.bg-white .icon_box_flex .h6, body.bg-dark.bg-white .section-header .text-white, body.bg-dark.bg-white .blog .blog_post .blog_content .text-white, body.bg-dark.bg-white .team-block .text-white, body.bg-dark.bg-white .team-details .latest-projects .text-white, body.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white, body.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white, body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4 a.text-white, body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 a.text-white, body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content h4 .text-white, body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .h4 .text-white, body.bg-white .theme_slider_5 .slider .slide_content h4 .text-white, body.bg-white .theme_slider_5 .slider .slide_content .h4 .text-white, body.bg-white .theme_slider_6 .slider .slide_content h4 .text-white, body.bg-white .theme_slider_6 .slider .slide_content .h4 .text-white, body.bg-white .theme_slider_8 .slider .slide_content h4 .text-white, body.bg-white .theme_slider_8 .slider .slide_content .h4 .text-white, body.bg-white .theme_slider_9 .slider .slide_content h4 .text-white, body.bg-white .theme_slider_9 .slider .slide_content .h4 .text-white, body.bg-white .icon_box .text-white, body.bg-white .about_text .text-white, body.bg-white .icon_box_flex h6, body.bg-white .icon_box_flex .h6, body.bg-white .section-header .text-white, body.bg-white .blog .blog_post .blog_content .text-white, body.bg-white .team-block .text-white, body.bg-white .team-details .latest-projects .text-white {
    color: rgb(0, 0, 0) !important;
}

body.bg-dark.bg-white .icon_box.type-2:hover p, body.bg-dark.bg-white .blog .blog_post:hover .blog_content .text-white, body.bg-white .icon_box.type-2:hover p, body.bg-white .blog .blog_post:hover .blog_content .text-white {
    color: rgb(255, 255, 255) !important;
}

body.bg-dark.bg-white .header .logo a.light_logo, body.bg-white .header .logo a.light_logo {
    opacity: 0;
    visibility: hidden;
}

body.bg-dark.bg-white .header .logo a.dark_logo, body.bg-white .header .logo a.dark_logo {
    opacity: 1;
    visibility: visible;
}

body.bg-dark.bg-white .header .mainnav ul.main_menu li a, body.bg-white .header .mainnav ul.main_menu li a {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .header .mainnav ul.main_menu li.current > a, body.bg-dark.bg-white .header .mainnav ul.main_menu li.active > a, body.bg-dark.bg-white .header .mainnav ul.main_menu li:hover > a, body.bg-white .header .mainnav ul.main_menu li.current > a, body.bg-white .header .mainnav ul.main_menu li.active > a, body.bg-white .header .mainnav ul.main_menu li:hover > a {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .header .mainnav ul.main_menu li ul, body.bg-white .header .mainnav ul.main_menu li ul {
    background: rgb(255, 255, 255);
}

body.bg-dark.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children > a::after, body.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children > a::after {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children.current a::after, body.bg-dark.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children.active a::after, body.bg-dark.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children:hover a::after, body.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children.current a::after, body.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children.active a::after, body.bg-white .header .mainnav ul.main_menu > li.menu-item-has-children:hover a::after {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .header .ma5menu__toggle, body.bg-white .header .ma5menu__toggle {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .header .ma5menu__toggle:focus, body.bg-white .header .ma5menu__toggle:focus {
    outline: none;
}

body.bg-dark.bg-white .header .ma5menu__toggle:hover, body.bg-white .header .ma5menu__toggle:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .header .header_search, body.bg-white .header .header_search {
    border-left-color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .header .header_search .form-control-submit, body.bg-white .header .header_search .form-control-submit {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .header .open_search .search_form .form-control, body.bg-white .header .open_search .search_form .form-control {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .header .open_search .search_form .form-control-submit, body.bg-white .header .open_search .search_form .form-control-submit {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .aside_open .line, body.bg-white .aside_open .line {
    background-color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .aside_info_wrapper, body.bg-white .aside_info_wrapper {
    background: rgb(248, 248, 248);
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .aside_info_wrapper .aside_close, body.bg-white .aside_info_wrapper .aside_close {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .aside_info_wrapper .aside_logo a img, body.bg-white .aside_info_wrapper .aside_logo a img {
    max-width: 160px;
    transition: 0.5s ease-in-out;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_logo a.light_logo, body.bg-white .aside_info_wrapper .aside_logo a.light_logo {
    opacity: 0;
    visibility: hidden;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_logo a.dark_logo, body.bg-white .aside_info_wrapper .aside_logo a.dark_logo {
    opacity: 1;
    visibility: visible;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner h5, body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner .h5, body.bg-white .aside_info_wrapper .aside_info_inner h5, body.bg-white .aside_info_wrapper .aside_info_inner .h5 {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner .social_sites ul li a, body.bg-white .aside_info_wrapper .aside_info_inner .social_sites ul li a {
    color: rgb(255, 255, 255);
    background-color: rgb(46, 46, 46);
}

body.bg-dark.bg-white .theme_slider_2 .swiper-slide .slider .slide_content .bg-dark-100, body.bg-white .theme_slider_2 .swiper-slide .slider .slide_content .bg-dark-100 {
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white:hover, body.bg-dark.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white:hover, body.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white:hover, body.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white:hover {
    color: rgb(166, 161, 130) !important;
}

body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider::before, body.bg-dark.bg-white .theme_slider_8 .swiper-slide .slider::before, body.bg-dark.bg-white .theme_slider_9 .swiper-slide .slider::before, body.bg-white .theme_slider_3 .swiper-slide .slider::before, body.bg-white .theme_slider_8 .swiper-slide .slider::before, body.bg-white .theme_slider_9 .swiper-slide .slider::before {
    display: none;
}

body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .details_link a, body.bg-dark.bg-white .theme_slider_8 .swiper-slide .slider .slide_content .details_link a, body.bg-dark.bg-white .theme_slider_9 .swiper-slide .slider .slide_content .details_link a, body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .details_link a, body.bg-white .theme_slider_8 .swiper-slide .slider .slide_content .details_link a, body.bg-white .theme_slider_9 .swiper-slide .slider .slide_content .details_link a {
    color: rgb(12, 40, 45);
}

body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .line, body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .line, body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .line, body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .line, body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .line, body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .line, body.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .line, body.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .line, body.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .line, body.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .line, body.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .line, body.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .line {
    background-color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle, body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .circle, body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle, body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .circle, body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle, body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .circle, body.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle, body.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .circle, body.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle, body.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .circle, body.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle, body.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .circle {
    border-color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .theme_slider_3 .details_link.l-dir a .link_icon .dot, body.bg-dark.bg-white .theme_slider_8 .details_link.l-dir a .link_icon .dot, body.bg-dark.bg-white .theme_slider_9 .details_link.l-dir a .link_icon .dot, body.bg-white .theme_slider_3 .details_link.l-dir a .link_icon .dot, body.bg-white .theme_slider_8 .details_link.l-dir a .link_icon .dot, body.bg-white .theme_slider_9 .details_link.l-dir a .link_icon .dot {
    border-right: 18px solid rgb(0, 0, 0);
}

body.bg-dark.bg-white .theme_slider_3 .details_link.r-dir a .link_icon .dot, body.bg-dark.bg-white .theme_slider_8 .details_link.r-dir a .link_icon .dot, body.bg-dark.bg-white .theme_slider_9 .details_link.r-dir a .link_icon .dot, body.bg-white .theme_slider_3 .details_link.r-dir a .link_icon .dot, body.bg-white .theme_slider_8 .details_link.r-dir a .link_icon .dot, body.bg-white .theme_slider_9 .details_link.r-dir a .link_icon .dot {
    border-left: 18px solid rgb(0, 0, 0);
}

body.bg-dark.bg-white .theme_slider_4, body.bg-white .theme_slider_4 {
    background: rgb(248, 248, 248);
}

body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider::before, body.bg-white .theme_slider_4 .swiper-slide .slider::before {
    background-color: transparent;
}

body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .details_link a, body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .details_link a {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .theme_slider_5, body.bg-white .theme_slider_5 {
    background: rgb(248, 248, 248);
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .details_link a, body.bg-white .theme_slider_5 .slider .slide_content .details_link a {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star1, body.bg-white .theme_slider_5 .slider .slide_content .shape .star1 {
    display: none;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star1-dark, body.bg-white .theme_slider_5 .slider .slide_content .shape .star1-dark {
    display: block;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star2, body.bg-white .theme_slider_5 .slider .slide_content .shape .star2 {
    display: none;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star2-dark, body.bg-white .theme_slider_5 .slider .slide_content .shape .star2-dark {
    display: block;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star3, body.bg-white .theme_slider_5 .slider .slide_content .shape .star3 {
    display: none;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star3-dark, body.bg-white .theme_slider_5 .slider .slide_content .shape .star3-dark {
    display: block;
}

body.bg-dark.bg-white .theme_slider_6, body.bg-white .theme_slider_6 {
    background: rgb(248, 248, 248);
}

body.bg-dark.bg-white .theme_slider_6 .slider .slide_content .details_link a, body.bg-white .theme_slider_6 .slider .slide_content .details_link a {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .about.bg-dark-100, body.bg-dark.bg-white .services.bg-dark-100, body.bg-dark.bg-white .divider_bg.bg-dark-100, body.bg-white .about.bg-dark-100, body.bg-white .services.bg-dark-100, body.bg-white .divider_bg.bg-dark-100 {
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .icon_box h6, body.bg-dark.bg-white .icon_box .h6, body.bg-white .icon_box h6, body.bg-white .icon_box .h6 {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .icon_box img.dark, body.bg-white .icon_box img.dark {
    display: none;
}

body.bg-dark.bg-white .icon_box img.light, body.bg-white .icon_box img.light {
    display: block;
}

body.bg-dark.bg-white .icon_box .text-gray-600, body.bg-white .icon_box .text-gray-600 {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1, body.bg-white .icon_box .arrow_effect a .crossline1 {
    background-color: rgb(46, 46, 46);
}

body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::before, body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::after, body.bg-white .icon_box .arrow_effect a .crossline1::before, body.bg-white .icon_box .arrow_effect a .crossline1::after {
    background-color: rgb(46, 46, 46);
}

body.bg-dark.bg-white .icon_box.type-2:hover h4, body.bg-dark.bg-white .icon_box.type-2:hover .h4, body.bg-white .icon_box.type-2:hover h4, body.bg-white .icon_box.type-2:hover .h4 {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .icon_box.type-2:hover h4 a, body.bg-dark.bg-white .icon_box.type-2:hover .h4 a, body.bg-white .icon_box.type-2:hover h4 a, body.bg-white .icon_box.type-2:hover .h4 a {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1, body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1 {
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::before, body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::after, body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::before, body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::after {
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .large_font .text-dark-200, body.bg-white .large_font .text-dark-200 {
    color: rgb(242, 242, 242);
}

body.bg-dark.bg-white .icon_box_flex .icon_size, body.bg-white .icon_box_flex .icon_size {
    border-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .running_projects, body.bg-white .running_projects {
    background-color: rgb(248, 248, 248);
}

body.bg-dark.bg-white .running_projects .works-info h5 a, body.bg-dark.bg-white .running_projects .works-info .h5 a, body.bg-white .running_projects .works-info h5 a, body.bg-white .running_projects .works-info .h5 a {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .running_projects .works-info h5 a:hover, body.bg-dark.bg-white .running_projects .works-info .h5 a:hover, body.bg-white .running_projects .works-info h5 a:hover, body.bg-white .running_projects .works-info .h5 a:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .projects, body.bg-white .projects {
    background-color: rgb(248, 248, 248);
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group, body.bg-white .portfolio-filters-content .filters-button-group {
    border-bottom-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button, body.bg-white .portfolio-filters-content .filters-button-group .button {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button.is-checked, body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button:hover, body.bg-white .portfolio-filters-content .filters-button-group .button.is-checked, body.bg-white .portfolio-filters-content .filters-button-group .button:hover {
    color: rgb(166, 161, 130);
    border-color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button .filter-count, body.bg-white .portfolio-filters-content .filters-button-group .button .filter-count {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .packery .grid-item .works-info, body.bg-white .packery .grid-item .works-info {
    background-color: rgb(248, 248, 248);
}

body.bg-dark.bg-white .packery .grid-item .works-info .label-text h6 a, body.bg-dark.bg-white .packery .grid-item .works-info .label-text .h6 a, body.bg-white .packery .grid-item .works-info .label-text h6 a, body.bg-white .packery .grid-item .works-info .label-text .h6 a {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .project-details.bg-dark-200, body.bg-white .project-details.bg-dark-200 {
    background: rgb(255, 255, 255);
}

body.bg-dark.bg-white .project-list-view.bg-dark-200, body.bg-white .project-list-view.bg-dark-200 {
    background: rgb(255, 255, 255);
}

body.bg-dark.bg-white .project-list-view .section-header h2, body.bg-dark.bg-white .project-list-view .section-header .h2, body.bg-white .project-list-view .section-header h2, body.bg-white .project-list-view .section-header .h2 {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .project-list-view .project-list li::before, body.bg-white .project-list-view .project-list li::before {
    color: rgb(153, 153, 153);
}

body.bg-dark.bg-white .project-list-view .project-list li a::before, body.bg-white .project-list-view .project-list li a::before {
    background-color: rgb(153, 153, 153);
}

body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li a, body.bg-white .page_header .page_header_inner .breadcrumb li a {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li a:hover, body.bg-white .page_header .page_header_inner .breadcrumb li a:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li.active, body.bg-white .page_header .page_header_inner .breadcrumb li.active {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .progress-classic .progress-label, body.bg-dark.bg-white .progress-classic .progress-value, body.bg-dark.bg-white .abt_author .abt_author_info h5, body.bg-dark.bg-white .abt_author .abt_author_info .h5, body.bg-white .progress-classic .progress-label, body.bg-white .progress-classic .progress-value, body.bg-white .abt_author .abt_author_info h5, body.bg-white .abt_author .abt_author_info .h5 {
    color: rgb(12, 40, 45);
}

body.bg-dark.bg-white .testimonial.bg-black, body.bg-white .testimonial.bg-black {
    background-color: rgb(248, 248, 248) !important;
}

body.bg-dark.bg-white .blog .large_font .text-dark-200, body.bg-white .blog .large_font .text-dark-200 {
    color: rgb(242, 242, 242);
}

body.bg-dark.bg-white .blog.bg-dark-100, body.bg-dark.bg-white .blog.bg-black, body.bg-white .blog.bg-dark-100, body.bg-white .blog.bg-black {
    background-color: rgb(248, 248, 248) !important;
}

body.bg-dark.bg-white .blog .blog_post .blog_content .meta .text-olive, body.bg-white .blog .blog_post .blog_content .meta .text-olive {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .blog .blog_post .blog_content p, body.bg-white .blog .blog_post .blog_content p {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .blog .blog_post:hover .blog_content .meta .text-olive, body.bg-white .blog .blog_post:hover .blog_content .meta .text-olive {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .blog .blog_post:hover .blog_content p, body.bg-white .blog .blog_post:hover .blog_content p {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .details_link a, body.bg-white .details_link a {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .contact_us.bg-dark-200, body.bg-white .contact_us.bg-dark-200 {
    background: rgb(255, 255, 255);
}

body.bg-dark.bg-white select, body.bg-dark.bg-white input[type="text"], body.bg-dark.bg-white input[type="email"], body.bg-dark.bg-white input[type="url"], body.bg-dark.bg-white input[type="password"], body.bg-dark.bg-white input[type="search"], body.bg-dark.bg-white input[type="number"], body.bg-dark.bg-white input[type="tel"], body.bg-dark.bg-white input[type="range"], body.bg-dark.bg-white input[type="date"], body.bg-dark.bg-white input[type="month"], body.bg-dark.bg-white input[type="week"], body.bg-dark.bg-white input[type="time"], body.bg-dark.bg-white input[type="datetime"], body.bg-dark.bg-white input[type="datetime-local"], body.bg-dark.bg-white input[type="color"], body.bg-dark.bg-white textarea.form-control, body.bg-white select, body.bg-white input[type="text"], body.bg-white input[type="email"], body.bg-white input[type="url"], body.bg-white input[type="password"], body.bg-white input[type="search"], body.bg-white input[type="number"], body.bg-white input[type="tel"], body.bg-white input[type="range"], body.bg-white input[type="date"], body.bg-white input[type="month"], body.bg-white input[type="week"], body.bg-white input[type="time"], body.bg-white input[type="datetime"], body.bg-white input[type="datetime-local"], body.bg-white input[type="color"], body.bg-white textarea.form-control {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(242, 242, 242);
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .gmap, body.bg-white .gmap {
    background-color: rgb(242, 242, 242);
}

body.bg-dark.bg-white .footer.bg-dark-100, body.bg-dark.bg-white .footer.bg-dark-200, body.bg-white .footer.bg-dark-100, body.bg-white .footer.bg-dark-200 {
    background: rgb(255, 255, 255);
}

body.bg-dark.bg-white .mission_top_part .section-header .text-gray-600, body.bg-white .mission_top_part .section-header .text-gray-600 {
    color: rgb(12, 40, 45);
}

body.bg-dark.bg-white .highlight_banner, body.bg-white .highlight_banner {
    background-color: rgb(248, 248, 248);
}

body.bg-dark.bg-white .team-block .text-olive, body.bg-white .team-block .text-olive {
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .project-details.bg-dark, body.bg-white .project-details.bg-dark {
    background-color: rgb(255, 255, 255) !important;
}

body.bg-dark.bg-white .project-details .post-header .post-title, body.bg-dark.bg-white .project-details .fulltext, body.bg-white .project-details .post-header .post-title, body.bg-white .project-details .fulltext {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .project-details .post-footer, body.bg-white .project-details .post-footer {
    border-top-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .project-details .post-share ul.share-list li:first-child, body.bg-white .project-details .post-share ul.share-list li:first-child {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .title-line::before, body.bg-white .title-line::before {
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .project-information, body.bg-white .project-information {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .project-information ul li .value, body.bg-white .project-information ul li .value {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .project-information .project-share ul li a, body.bg-white .project-information .project-share ul li a {
    background-color: rgb(230, 230, 230);
    color: rgb(84, 89, 95);
}

body.bg-dark.bg-white .related-posts .widget-title, body.bg-white .related-posts .widget-title {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .related-posts .grid-item .label-text h5, body.bg-dark.bg-white .related-posts .grid-item .label-text .h5, body.bg-dark.bg-white .related-posts .grid-item .label-text h5 a, body.bg-dark.bg-white .related-posts .grid-item .label-text .h5 a, body.bg-white .related-posts .grid-item .label-text h5, body.bg-white .related-posts .grid-item .label-text .h5, body.bg-white .related-posts .grid-item .label-text h5 a, body.bg-white .related-posts .grid-item .label-text .h5 a {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .project-details h6.widget-title, body.bg-dark.bg-white .project-details .widget-title.h6, body.bg-dark.bg-white .project-details .widget-title.h6, body.bg-dark.bg-white .comments-area .comments-title, body.bg-dark.bg-white .comment-respond .comment-reply-title, body.bg-dark.bg-white .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name, body.bg-white .project-details h6.widget-title, body.bg-white .project-details .widget-title.h6, body.bg-white .project-details .widget-title.h6, body.bg-white .comments-area .comments-title, body.bg-white .comment-respond .comment-reply-title, body.bg-white .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .comment-respond textarea.form-control, body.bg-dark.bg-white .comment-respond select, body.bg-dark.bg-white .comment-respond input[type="text"], body.bg-dark.bg-white .comment-respond input[type="email"], body.bg-dark.bg-white .comment-respond input[type="url"], body.bg-dark.bg-white .comment-respond input[type="password"], body.bg-dark.bg-white .comment-respond input[type="search"], body.bg-dark.bg-white .comment-respond input[type="number"], body.bg-dark.bg-white .comment-respond input[type="tel"], body.bg-dark.bg-white .comment-respond input[type="range"], body.bg-dark.bg-white .comment-respond input[type="date"], body.bg-dark.bg-white .comment-respond input[type="month"], body.bg-dark.bg-white .comment-respond input[type="week"], body.bg-dark.bg-white .comment-respond input[type="time"], body.bg-dark.bg-white .comment-respond input[type="datetime"], body.bg-dark.bg-white .comment-respond input[type="datetime-local"], body.bg-dark.bg-white .comment-respond input[type="color"], body.bg-white .comment-respond textarea.form-control, body.bg-white .comment-respond select, body.bg-white .comment-respond input[type="text"], body.bg-white .comment-respond input[type="email"], body.bg-white .comment-respond input[type="url"], body.bg-white .comment-respond input[type="password"], body.bg-white .comment-respond input[type="search"], body.bg-white .comment-respond input[type="number"], body.bg-white .comment-respond input[type="tel"], body.bg-white .comment-respond input[type="range"], body.bg-white .comment-respond input[type="date"], body.bg-white .comment-respond input[type="month"], body.bg-white .comment-respond input[type="week"], body.bg-white .comment-respond input[type="time"], body.bg-white .comment-respond input[type="datetime"], body.bg-white .comment-respond input[type="datetime-local"], body.bg-white .comment-respond input[type="color"] {
    border-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .sidebar, body.bg-white .sidebar {
    background-color: rgb(248, 248, 248);
}

body.bg-dark.bg-white .sidebar a, body.bg-white .sidebar a {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .sidebar a:hover, body.bg-white .sidebar a:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .sidebar .widget ul li, body.bg-dark.bg-white .sidebar .widget ol li, body.bg-white .sidebar .widget ul li, body.bg-white .sidebar .widget ol li {
    border-bottom-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .sidebar .widget_search .wp-block-search .wp-block-search__input, body.bg-white .sidebar .widget_search .wp-block-search .wp-block-search__input {
    border-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .widget h2, body.bg-dark.bg-white .widget .h2, body.bg-dark.bg-white .widget .h2, body.bg-dark.bg-white .widget .widget-title, body.bg-white .widget h2, body.bg-white .widget .h2, body.bg-white .widget .h2, body.bg-white .widget .widget-title {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .shop_page, body.bg-dark.bg-white .shopping_cart, body.bg-dark.bg-white .product_view, body.bg-dark.bg-white .product_details_section, body.bg-dark.bg-white .related_products, body.bg-white .shop_page, body.bg-white .shopping_cart, body.bg-white .product_view, body.bg-white .product_details_section, body.bg-white .related_products {
    background: rgb(255, 255, 255);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_search .search_form .form-control, body.bg-white .shop_sidebar .sidebar_search .search_form .form-control {
    border-color: rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_search .search_form .form-control-submit, body.bg-white .shop_sidebar .sidebar_search .search_form .form-control-submit {
    background: rgb(166, 161, 130);
    border-color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle, body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range, body.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle, body.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range {
    background: rgb(27, 27, 27);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-value input[type="text"], body.bg-white .shop_sidebar .sidebar_price_filter .range-value input[type="text"] {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .shop_sidebar .form-check label, body.bg-white .shop_sidebar .form-check label {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li, body.bg-white .shop_sidebar .sidebar_popular_products ul li {
    border-bottom: 1px solid rgb(230, 230, 230);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a, body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a:hover, body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_price, body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_price {
    color: rgb(46, 46, 46);
}

body.bg-dark.bg-white .shop_filtering_method .view_type_wrapper .view_type a, body.bg-white .shop_filtering_method .view_type_wrapper .view_type a {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .shop_filtering_method .view_type_wrapper .view_type a.active, body.bg-white .shop_filtering_method .view_type_wrapper .view_type a.active {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .shop_filtering_method .select2-container .select2-selection--single, body.bg-white .shop_filtering_method .select2-container .select2-selection--single {
    border-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_imagebox, body.bg-white .product_view_grid .product_item .product_thumb .product_imagebox {
    background: rgb(248, 248, 248);
}

body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a, body.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: rgb(33, 37, 41);
}

body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover, body.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .product_view_list .product_item, body.bg-white .product_view_list .product_item {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px;
}

body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_imagebox, body.bg-white .product_view_list .product_item .product_thumb .product_imagebox {
    background: rgb(248, 248, 248);
}

body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a, body.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover, body.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .product_details_tab .nav li a, body.bg-white .product_details_tab .nav li a {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_details_tab .nav li a.active, body.bg-white .product_details_tab .nav li a.active {
    color: rgb(166, 161, 130);
}

body.bg-dark.bg-white .cart_button .button, body.bg-white .cart_button .button {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .cart_button .button::after, body.bg-white .cart_button .button::after {
    background: rgb(27, 27, 27);
}

body.bg-dark.bg-white .pagination li a:hover, body.bg-dark.bg-white .pagination li a.current, body.bg-white .pagination li a:hover, body.bg-white .pagination li a.current {
    background-color: rgb(166, 161, 130);
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .shipping_form .have_coupon, body.bg-white .shipping_form .have_coupon {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px;
}

body.bg-dark.bg-white .shipping_form .widget-title, body.bg-dark.bg-white .shipping_form label, body.bg-white .shipping_form .widget-title, body.bg-white .shipping_form label {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .shipping_form .select2-container--default .select2-selection--multiple, body.bg-dark.bg-white .shipping_form .select2-container--default .select2-selection--single, body.bg-white .shipping_form .select2-container--default .select2-selection--multiple, body.bg-white .shipping_form .select2-container--default .select2-selection--single {
    background: rgb(248, 248, 248);
    border-color: rgb(242, 242, 242);
}

body.bg-dark.bg-white .place_order label.radio_circle .checkmark::after, body.bg-white .place_order label.radio_circle .checkmark::after {
    background: rgb(27, 27, 27);
}

body.bg-dark.bg-white .place_order ul li, body.bg-white .place_order ul li {
    border-bottom: 1px solid rgb(230, 230, 230);
}

body.bg-dark.bg-white .place_order ul li span.text, body.bg-white .place_order ul li span.text {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .place_order ul li.totalvalue, body.bg-white .place_order ul li.totalvalue {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .place_order ul li .paymentmethod label.radio_circle, body.bg-white .place_order ul li .paymentmethod label.radio_circle {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .place_order ul li .paymentmethod span.text, body.bg-white .place_order ul li .paymentmethod span.text {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .place_order .btn.white, body.bg-white .place_order .btn.white {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .place_order .btn.white:hover, body.bg-white .place_order .btn.white:hover {
    background: rgb(166, 161, 130);
}

body.bg-dark.bg-white .cart_table .cart_content td, body.bg-white .cart_table .cart_content td {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner, body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner {
    border-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract, body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add, body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner input, body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract, body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add, body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner input {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .cart_table .cart_header th, body.bg-white .cart_table .cart_header th {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .cart_table td, body.bg-dark.bg-white .cart_table th, body.bg-white .cart_table td, body.bg-white .cart_table th {
    border-bottom-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .couponcart .btn.white, body.bg-white .couponcart .btn.white {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .couponcart .btn.white:hover, body.bg-white .couponcart .btn.white:hover {
    background: rgb(166, 161, 130);
}

body.bg-dark.bg-white .grand_total, body.bg-white .grand_total {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px;
}

body.bg-dark.bg-white .grand_total ul li, body.bg-white .grand_total ul li {
    color: rgb(27, 27, 27);
    border-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .grand_total ul li span.text, body.bg-white .grand_total ul li span.text {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .grand_total .btn.white, body.bg-white .grand_total .btn.white {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .grand_total .btn.white:hover, body.bg-white .grand_total .btn.white:hover {
    background: rgb(166, 161, 130);
}

body.bg-dark.bg-white .product_right .product_info .product_title h2, body.bg-dark.bg-white .product_right .product_info .product_title .h2, body.bg-white .product_right .product_info .product_title h2, body.bg-white .product_right .product_info .product_title .h2 {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_right .product_price, body.bg-white .product_right .product_price {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .pproduct_quantity_label, body.bg-white .product_right .product_view_bottom .product_quantity .pproduct_quantity_label {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner, body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner {
    border-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner input, body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract, body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add, body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner input, body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract, body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_right .product_view_bottom_credential ul li span, body.bg-white .product_right .product_view_bottom_credential ul li span {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_right .product_social_share ul li, body.bg-white .product_right .product_social_share ul li {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_right .product_social_share ul li a, body.bg-white .product_right .product_social_share ul li a {
    background: rgb(242, 242, 242);
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .product_details_tab .nav, body.bg-white .product_details_tab .nav {
    border-bottom-color: rgb(230, 230, 230);
}

body.bg-dark.bg-white .product_details_tab .product_additional_info ul li span, body.bg-white .product_details_tab .product_additional_info ul li span {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_name, body.bg-dark.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_review, body.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_name, body.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_review {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .review_form .review_form_heading_wrapper .review_form_title, body.bg-white .review_form .review_form_heading_wrapper .review_form_title {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white a.page-numbers, body.bg-white a.page-numbers {
    color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .related_products .widget-title, body.bg-white .related_products .widget-title {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .page_header.in-service .page_header_inner .page_header_content .heading, body.bg-white .page_header.in-service .page_header_inner .page_header_content .heading {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .header-layer-bg, body.bg-white .header-layer-bg {
    background-image: url("../img/bg/bg-2-light.jpg");
}

body.bg-dark.bg-white .testimonial.in-service, body.bg-white .testimonial.in-service {
    background: transparent;
}

body.bg-dark.bg-white .partners.in-service.bg-dark-200, body.bg-white .partners.in-service.bg-dark-200 {
    background-color: rgb(255, 255, 255);
}

body.bg-dark.bg-white .team-details .team-member-information .name, body.bg-white .team-details .team-member-information .name {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .team-details .team-member-information h6.widget-title, body.bg-dark.bg-white .team-details .team-member-information .widget-title.h6, body.bg-white .team-details .team-member-information h6.widget-title, body.bg-white .team-details .team-member-information .widget-title.h6 {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .team-details .team-member-information ul.point_order li, body.bg-white .team-details .team-member-information ul.point_order li {
    color: rgb(27, 27, 27);
}

body.bg-dark.bg-white .error-page .error-content .heading, body.bg-white .error-page .error-content .heading {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .error-page .error-content p, body.bg-white .error-page .error-content p {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .error-page .error-content .search_form .form-control, body.bg-white .error-page .error-content .search_form .form-control {
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .error-page .error-content .search_form .form-control-submit, body.bg-white .error-page .error-content .search_form .form-control-submit {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .under-construction-page .under-construction-content .heading, body.bg-white .under-construction-page .under-construction-content .heading {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .under-construction-page .under-construction-content p, body.bg-white .under-construction-page .under-construction-content p {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .under-construction-page .under-construction-content #countdown ul li span, body.bg-white .under-construction-page .under-construction-content #countdown ul li span {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .under-construction-page .under-construction-content #countdown ul li:not(:last-child)::before, body.bg-white .under-construction-page .under-construction-content #countdown ul li:not(:last-child)::before {
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .under-construction-page .under-construction-content .search_form .form-control, body.bg-white .under-construction-page .under-construction-content .search_form .form-control {
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
}

body.bg-dark.bg-white .under-construction-page .under-construction-content .search_form .form-control-submit, body.bg-white .under-construction-page .under-construction-content .search_form .form-control-submit {
    color: rgb(0, 0, 0);
}

.custom-contact {
    display: flex;
    margin-bottom: 0px;
    list-style-type: none;
}

.custom-contact li {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .custom-contact li button {
        font-size: 10px;
        padding: 4px !important;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9;
    padding-top: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: rgb(254, 254, 254);
    margin: auto;
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
}

.close {
    color: rgb(170, 170, 170);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
}

.fun_img img {
    /* filter: brightness(0); */
}

.item--title {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.social_list{
     display: flex;
}
.social_list li{
    list-style-type: none;
}
.social_list li{
     background-color: #ffffff29 !important;
     margin: 0px 10px !important;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     text-align: center;
     align-content: center;
}

.social_list  i {
     margin: 0px 10px !important; color: white; font-size: 14px;
}
.social_list li:hover{
  background-color:#a6a182 !important; 
  
}